windows options
This commit is contained in:
parent
7f71704b67
commit
f6790a4a46
4
config
4
config
@ -8,6 +8,8 @@ BUILD_NAME=ZEngine-0.8.4
|
|||||||
#GL_LIB_NAME=OpenGL32
|
#GL_LIB_NAME=OpenGL32
|
||||||
#GL_INC_PATH=-I/usr/include/w32api/GL
|
#GL_INC_PATH=-I/usr/include/w32api/GL
|
||||||
#GL_LIB_PATH=-L/lib/w32api
|
#GL_LIB_PATH=-L/lib/w32api
|
||||||
|
#EXTRA_OPTIONS=-O2 -mwindows
|
||||||
|
#add -mno-cygwin if compiling lib for non-cygwin g++ on windows
|
||||||
|
|
||||||
###Linux###
|
###Linux###
|
||||||
GL_LIB_NAME=GL
|
GL_LIB_NAME=GL
|
||||||
@ -21,8 +23,6 @@ WARN_LEVEL=-W -Wall
|
|||||||
SDL_INC_PATH=-I/usr/local/include/SDL
|
SDL_INC_PATH=-I/usr/local/include/SDL
|
||||||
SDL_LIB_PATH=-L/usr/local/lib/
|
SDL_LIB_PATH=-L/usr/local/lib/
|
||||||
LIBS=-lZEngineS -lSDL_mixer -lSDL_image -lSDL_ttf -lSDLmain -lSDL -l$(GL_LIB_NAME)
|
LIBS=-lZEngineS -lSDL_mixer -lSDL_image -lSDL_ttf -lSDLmain -lSDL -l$(GL_LIB_NAME)
|
||||||
EXTRA_OPTIONS=-O2
|
|
||||||
#add -mno-cygwin if compiling lib for non-cygwin g++ on windows
|
|
||||||
|
|
||||||
##Define install location:
|
##Define install location:
|
||||||
INSTALL_INC= /usr/local/include/$(BUILD_NAME)
|
INSTALL_INC= /usr/local/include/$(BUILD_NAME)
|
||||||
|
Loading…
Reference in New Issue
Block a user