2005_07_30_prepare_w32.bat_config_h.patch attached.
This avoids leaving a manual rename of a file.
2005-07-30 J. Grant <[EMAIL PROTECTED]>
* prepare_w32.bat: Copy config.h.w32.template to config.h as
well as config.h.W32
Kind regards
JG
Index: prepare_w32.bat
===================================================================
RCS file: /cvsroot/make/make/prepare_w32.bat,v
retrieving revision 2.1
diff -u -r2.1 prepare_w32.bat
--- prepare_w32.bat 4 Jul 2005 03:50:59 -0000 2.1
+++ prepare_w32.bat 30 Jul 2005 14:19:25 -0000
@@ -1,5 +1,6 @@
@echo off
@echo Windows32 CVS build preparation of config.h.W32 and NMakefile.
if not exist config.h.W32 copy config.h.W32.template config.h.W32
+if not exist config.h copy config.h.W32 config.h
if not exist NMakefile copy NMakefile.template NMakefile
@echo Preparation complete. Run build_w32.bat to compile and link.
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32