From d151f5c22f7e4d09efa5a27c296e9bed3933ad4a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 8 Aug 2005 05:08:00 +0000 Subject: - Fixed a bug reported by Michael Matz regarding handling of parallel jobs after a failed job. - Enhancements to WINDOWS32 code from Eli Zaretskii. - Add Microsoft Project files from J. Grant. --- prepare_w32.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'prepare_w32.bat') diff --git a/prepare_w32.bat b/prepare_w32.bat index e50e5f25..e16b7843 100644 --- a/prepare_w32.bat +++ b/prepare_w32.bat @@ -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. -- cgit v1.2.1