]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeg95.env
latest CW additions
[wxWidgets.git] / src / makeg95.env
index 236b95ae28d6cd8838de0cc010f716ecc29bc68b..25281c2375d2a9d3055c13e37f0432ad1e694755 100644 (file)
@@ -36,7 +36,7 @@ CCLEX=gcc
 MAKE=make
 
 # LEX
-LEX=flex -t -L
+LEX=flex -t -L
 
 # YACC. yacc or bison
 # YACC=yacc
@@ -54,7 +54,7 @@ RESFLAGS=$(RCINCSWITCH) $(WXDIR)/include $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH)
 ########################## Compiler flags #############################
 
 # Miscellaneous compiler options
-OPTIONS= # -D__MINGW32__ # -D__EGCS__
+OPTIONS= -D__EGCS__ # -D__MINGW32__
 
 # Debugging information
 # AIX: comment out.
@@ -113,8 +113,8 @@ COMPPATHS=
 
 
 WINLIBS=-lstdc++ -lgcc \
-       -lwinspool -lwinmm -lshell32 -loldnames \
-       -lcomctl32 -lctl3d32 -lodbc32 -ladvapi32
+       -lwinspool -lwinmm -lshell32 \
+       -lcomctl32 -lctl3d32 -lodbc32 -ladvapi32 #  -loldnames
 
 # Shouldn't need to change these...
 WXSRC=$(WXDIR)/src/msw