X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..54fe0dcf9ae97337f3a84b58b371756c1e0fbc0b:/src/makeg95.env?ds=sidebyside diff --git a/src/makeg95.env b/src/makeg95.env index 3882775246..84ced2d245 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -8,7 +8,7 @@ # to override makefile variables. See wx/install/install.txt. # And you can override specific variables on the make command line, e.g. # -# make -f makefile.unix DEBUG='' +# make -f makefile.unix WXDEBUG='' # # You may prefer to use the GNU configure script than raw makefiles - # see contrib/wxshlib. @@ -59,15 +59,15 @@ RESFLAGS=--include-dir $(WXDIR)/include --define __WIN32__ --define __WIN95__ -- # Data General: -DDG # HP: -D_HPUX_SOURCE +a1 -Aa +d -z # IRIX: -mips2 -OPTIONS= -D__MINGW32__ # -D__EGCS__ +OPTIONS= # -D__MINGW32__ # -D__EGCS__ # Debugging information # AIX: comment out. # IRIX: -g3 -DEBUGFLAGS = -ggdb +DEBUGFLAGS = -ggdb -D__WXDEBUG__ # Debug/trace mode. 1 or more for debugging. -DEBUG=0 +WXDEBUG=0 WIN95=1 @@ -203,8 +203,8 @@ LDLIBS = $(LIBS) OBJDIR = objects$(GUISUFFIX) # You shouldn't need to change these... -CPPFLAGS = $(XINCLUDE) $(INC) $(OPTIONS) $(GUI) $(DEBUGFLAGS) -DDEBUG='$(DEBUG)' $(WARN) $(OPT) -CFLAGS = $(XINCLUDE) $(INC) $(OPTIONS) $(GUI) $(DEBUGFLAGS) -DDEBUG='$(DEBUG)' $(WARN) $(OPT) +CPPFLAGS = $(XINCLUDE) $(INC) $(OPTIONS) $(GUI) $(DEBUGFLAGS) -DWXDEBUG='$(WXDEBUG)' $(WARN) $(OPT) +CFLAGS = $(XINCLUDE) $(INC) $(OPTIONS) $(GUI) $(DEBUGFLAGS) -DWXDEBUG='$(WXDEBUG)' $(WARN) $(OPT) LDFLAGS = -Wl,--subsystem,windows -mwindows -L$(WXDIR)/lib # Extra patch link for XView