make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

prepare_w32.bat revision to copy config.h.W32 to config.h


From: J. Grant
Subject: prepare_w32.bat revision to copy config.h.W32 to config.h
Date: Sat, 30 Jul 2005 15:28:15 +0100
User-agent: Mozilla/5.0 (X11; U; GNU/Linux i686; en; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1

2005_07_30_prepare_w32.bat_config_h.patch attached.

This avoids leaving a manual rename of a file.

2005-07-30  J. Grant <address@hidden>

* 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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]