Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
124 |
bj |
1 |
project {
|
|
|
2 |
includes += $(GEL_ROOT)/src
|
|
|
3 |
includes += $(GELEXT)/include
|
|
|
4 |
libpaths += $(GEL_ROOT)/lib
|
|
|
5 |
libpaths += $(GELEXT)/lib/windows
|
|
|
6 |
libs += GEL
|
|
|
7 |
after = GEL
|
|
|
8 |
// lit_libs=Glui32 DevIL ILUT ILU
|
|
|
9 |
exename = $(ProjectName)
|
|
|
10 |
}
|