From f6790a4a464431489de730d4d523e7fcac50a883 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 9 Sep 2003 02:27:40 +0000 Subject: [PATCH] windows options --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 721358d..e407428 100644 --- a/config +++ b/config @@ -8,6 +8,8 @@ BUILD_NAME=ZEngine-0.8.4 #GL_LIB_NAME=OpenGL32 #GL_INC_PATH=-I/usr/include/w32api/GL #GL_LIB_PATH=-L/lib/w32api +#EXTRA_OPTIONS=-O2 -mwindows +#add -mno-cygwin if compiling lib for non-cygwin g++ on windows ###Linux### GL_LIB_NAME=GL @@ -21,8 +23,6 @@ WARN_LEVEL=-W -Wall SDL_INC_PATH=-I/usr/local/include/SDL SDL_LIB_PATH=-L/usr/local/lib/ 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: INSTALL_INC= /usr/local/include/$(BUILD_NAME)