CCC = $(CC)
# Compiler used for LEX generated C
-# AIX: use $(CCC)
-CCLEX=$(CC)
+CCLEX=gcc
MAKE=make
LEX=flex.exe -t -L
# YACC. byacc or bison
-# YACC=byacc.exe
-YACC=bison.exe
+YACC=byacc.exe
+# YACC=bison.exe
# Resource compiler
RESCOMP=windres.exe