MAKE=make
# LEX
-LEX=flex -t -L
+LEX=flex # -t -L
# YACC. yacc or bison
# YACC=yacc
########################## Compiler flags #############################
# Miscellaneous compiler options
-OPTIONS= # -D__MINGW32__ # -D__EGCS__
+OPTIONS= -D__EGCS__ # -D__MINGW32__
# Debugging information
# AIX: comment out.
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