]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeg95.env
internal browser creates temp file in current dir, safer if /tmp doesn't
[wxWidgets.git] / src / makeg95.env
index 53fcbc41c93fe53aff16269f777bb4ff3d1f47bd..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.
@@ -107,14 +107,14 @@ RANLIB = ranlib
 #COMPLIBS=-lgcc
 
 # Compiler or system-specific include paths
-COMPPATHS=-I$(TWINDIR)/include -DTWIN32 -D__TWIN32__
+COMPPATHS=
 
 ########################## Directories ###############################
 
 
 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