Subversion Repositories gelsvn

Rev

Rev 124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 124 Rev 257
Line 1... Line 1...
1
project {
1
project {
2
    includes += $(GEL_ROOT)/src
2
    includes += $(GEL_ROOT)/src
3
    includes += $(GELEXT)/include
3
    includes += $(GEL_INCLUDE)
4
    libpaths += $(GEL_ROOT)/lib
4
    libpaths += $(GEL_ROOT)/lib
5
    libpaths += $(GELEXT)/lib/windows
5
    libpaths += $(GEL_LIB)
6
    libs += GEL
6
    libs += GEL
7
    after = GEL
7
    after = GEL
8
//    lit_libs=Glui32 DevIL ILUT ILU
8
//    lit_libs=Glui32 DevIL ILUT ILU
9
    exename = $(ProjectName)
9
    exename = $(ProjectName)
10
}
10
}