X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57c208c5759da71a637f0f0f5b7d3dc3eda09c02..acbd13a365fe2bd7ed6bafd19dc26775a256d499:/src/makeg95.env diff --git a/src/makeg95.env b/src/makeg95.env index 53fcbc41c9..25281c2375 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -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