X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a570331df89d26dfb682bedab0faf13e2c285d8..b9b32d5c4fd7156164b7c264d0f88dfe264851ba:/src/makeg95.env?ds=sidebyside diff --git a/src/makeg95.env b/src/makeg95.env index 06e6191830..208820ed01 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -54,12 +54,14 @@ RESFLAGS=$(RCINCSWITCH) $(WXDIR)/include $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) ########################## Compiler flags ############################# # Miscellaneous compiler options -OPTIONS= -D__EGCS__ -DSTRICT # -D__MINGW32__ +# GRG: The __EGCS__ symbol is not needed anymore! +OPTIONS= -D__MINGW32__ -DSTRICT # -D__EGCS__ + # Debugging information # AIX: comment out. # IRIX: -g3 -DEBUGFLAGS = -ggdb -D__WXDEBUG__ +DEBUGFLAGS = -D__WXDEBUG__ WIN95=1 @@ -92,14 +94,12 @@ WARN = -Wall # Which GUI, -Dwx_xview or -Dwx_motif (don't change this) GUI = -D__WXMSW__ -D__WINDOWS__ -# Optimization -# OPT = -O - -# according to Guillermo Rodriguez Garcia this flag is needed -# to make the standard div() functio work - otherwise it returns absolutely -# incorrect results and completely breaks the wxImage class (where it's used -# extensively) -OPT = -fno-pcc-struct-return +# according to Guillermo Rodriguez Garcia this flag is +# needed to make the standard div() function work - otherwise it returns +# absolutely incorrect results and completely breaks the wxImage class +# (where it's used extensively) +# GRG: at least it is needed in mingw32-gcc2.8.1 +OPT = -fno-pcc-struct-return -O2 -fno-rtti -fno-exceptions # Options for ar archiver # AROPTIONS = crs # For IRIX and Solaris (both SYSVR4). @@ -119,7 +119,7 @@ COMPPATHS= WINLIBS=-lstdc++ -lgcc \ -lwinspool -lwinmm -lshell32 \ - -lcomctl32 -lctl3d32 -lodbc32 -ladvapi32 # -loldnames + -lcomctl32 -lctl3d32 -lodbc32 -ladvapi32 -lwsock32 # -loldnames # Shouldn't need to change these... WXSRC=$(WXDIR)/src/msw @@ -141,6 +141,7 @@ LDLIBS = $(LIBS) # Directory for object files (don't change) # OBJDIR = objects$(GUISUFFIX) +OBJDIR = . # You shouldn't need to change these... CPPFLAGS = $(XINCLUDE) $(INC) $(OPTIONS) $(GUI) $(DEBUGFLAGS) $(WARN) $(OPT) $(EXTRACPPFLAGS)