X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b97ee33d73653216512fd634a27b6135191ece9..d0b223a1483141d4a6535af46141943f30e5a40b:/src/makeg95.env diff --git a/src/makeg95.env b/src/makeg95.env index 390f8bb931..0e65d8146b 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -27,8 +27,10 @@ LD_SUPPORTS_SHARED=yes # Set to the appropriate remove command RM=rm -f -# Set to the appropriate copy command -COPY=copy +# Set to the appropriate copy command. +# You can get a suitable cp.exe from ports/mingw32/extra.zip on the ftp site. +COPY=cp +COPYSEP=/ # Cross compiling? Provide the target prefix (eg., i386-mingw32-) # CROSS=i386-mingw32- @@ -71,7 +73,9 @@ RCINPUTSWITCH=-i RCOUTPUTSWITCH=-o RCINCSWITCH=--include-dir RCDEFSWITCH=--define -RCPREPROCESSOR=--preprocessor "$(CC) -c -E -xc-header -DRC_INVOKED" +# Note that this can cause windres to fail (Win95/98 problem?) +# but commenting out RCPREPROCESSOR then does the trick. +#RCPREPROCESSOR=--preprocessor "$(CC) -c -E -xc-header -DRC_INVOKED" RESFLAGS=$(RCPREPROCESSOR) $(RCINCSWITCH) $(WXDIR)/include $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__