Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
107 |
bj |
1 |
project {
|
|
|
2 |
includes += ../../src
|
|
|
3 |
includes += $(GELEXT)/include
|
|
|
4 |
libpaths += ../../lib
|
|
|
5 |
libpaths += $(GELEXT)/lib/windows
|
|
|
6 |
libs += CGLA Util LinAlg Geometry Graphics HMesh HMeshUtil IMesh IMeshUtil
|
|
|
7 |
after = CGLA Util LinAlg Geometry Graphics HMesh HMeshUtil IMesh IMeshUtil
|
|
|
8 |
// lit_libs=Glui32 DevIL ILUT ILU
|
|
|
9 |
exename = $(ProjectName)
|
|
|
10 |
}
|