]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeg95.env
DrawLine normalized; wxStaticBitmap fixed for Dialog Editor
[wxWidgets.git] / src / makeg95.env
index 390f8bb9312c1762438e997985f32a912f9c8a6e..0e65d8146b9a1c379a7710440f76c8b7e4346404 100644 (file)
@@ -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__