]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeenvs/solaris.env
Pending() and Dispatch() implemented
[wxWidgets.git] / src / makeenvs / solaris.env
index fa4a6fde53d56430c9a92d950959accffa8a4d05..3b7c52adbba18435e947d3eb2bb1f0f85819fe48 100644 (file)
@@ -22,6 +22,8 @@ CCLEX       = $(CCC)
 
 LEX         = lex
 YACC        = yacc
+# Note: if using bison, use -y option for yacc compatibility
+# YACC      = bison -y
 MAKE        = make
 AROPTIONS   = ruv
 RANLIB      = ranlib
@@ -30,7 +32,7 @@ RANLIB      = ranlib
 
 # Debug/trace mode. 1 or more for debugging.
 DEBUG       = 0
-GUI         = -D__MOTIF__ -D__LINUX__ -D__UNIX__
+GUI         = -D__MOTIF__ -D__SOLARIS__ -D__UNIX__
 GUISUFFIX   = _motif
 
 ########################## Compiler flags #############################