mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
binary is called glest.bin from now because we use a startscript called glest
This commit is contained in:
@@ -53,10 +53,10 @@ for i in $(GLEST_DIRS) {
|
|||||||
GLEST_SOURCES += [ Wildcard $(i) : *.cpp *.h ] ;
|
GLEST_SOURCES += [ Wildcard $(i) : *.cpp *.h ] ;
|
||||||
}
|
}
|
||||||
|
|
||||||
Application glest : $(GLEST_SOURCES) ;
|
Application glest.bin : $(GLEST_SOURCES) ;
|
||||||
LinkWith glest : glestlib ;
|
LinkWith glest.bin : glestlib ;
|
||||||
ExternalLibs glest : SDL GL GLU XERCES VORBIS VORBISFILE OGG OPENAL LUA ;
|
ExternalLibs glest.bin : SDL GL GLU XERCES VORBIS VORBISFILE OGG OPENAL LUA ;
|
||||||
IncludeDir glest : ../shared_lib/include/$(LIB_INCLUDE_DIRS) $(GLEST_DIRS) ;
|
IncludeDir glestglest.bin : ../shared_lib/include/$(LIB_INCLUDE_DIRS) $(GLEST_DIRS) ;
|
||||||
|
|
||||||
#### Editor ####
|
#### Editor ####
|
||||||
if $(WX_AVAILABLE) = "yes" {
|
if $(WX_AVAILABLE) = "yes" {
|
||||||
|
Reference in New Issue
Block a user