X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acbd13a365fe2bd7ed6bafd19dc26775a256d499..8801832d0ae2e78fa24af7f9f4b2c34a0874fa79:/src/makeenvs/solaris.env diff --git a/src/makeenvs/solaris.env b/src/makeenvs/solaris.env index fa4a6fde53..3b7c52adbb 100644 --- a/src/makeenvs/solaris.env +++ b/src/makeenvs/solaris.env @@ -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 #############################