| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- includepath ../src/
- options
- {
- module_path="../third_party/marmalade/"
- }
- subproject iwutil
- subproject iwgl
- subproject iwhttp
- define OX_HAVE_LIBJPEG
- define OX_HAVE_LIBPNG
- files
- {
- [src]
- (../src)
- "*.h"
- "*.cpp"
-
- [src]
- (../src)
- "*.h"
- "*.cpp"
-
- [src/pugixml]
- (../src/pugixml)
- "*.hpp"
- "*.cpp"
-
- [src/text_utils]
- (../src/text_utils)
- "*.h"
- "*.cpp"
- [src/minizip]
- (../src/minizip)
- "*.h"
- "*.c"
-
- [src/utils]
- (../src/utils)
- "*.h"
- "*.cpp"
- "*.c"
-
- [src/math]
- (../src/math)
- "*.h"
- "*.cpp"
-
- [src/core]
- (../src/core)
- "*.h"
- "*.cpp"
- [src/core/s3e]
- (../src/core/s3e)
- "*.h"
- "*.cpp"
- [src/core/gl]
- (../src/core/gl)
- "*.h"
- "*.cpp"
-
- [src/closure]
- (../src/closure)
- "*.h"
-
- [src/winnie_alloc]
- (../src/winnie_alloc)
- "*.h"
- "*.cpp"
-
- [src/res]
- (../src/res)
- "*.h"
- "*.cpp"
-
- [src/dev_tools]
- (../src/dev_tools)
- "*.h"
- "*.cpp"
- }
|