X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acbd13a365fe2bd7ed6bafd19dc26775a256d499..66d781461dc9eb77d7356d3bfcdb33c42a520886:/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 #############################