diff options
author | Paul Smith <psmith@gnu.org> | 2013-01-12 19:31:13 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-01-12 19:31:13 -0500 |
commit | 002702c89c77479cb1d950f28a32691d0bdcc309 (patch) | |
tree | 7ac39c81b91c6f3bfd0bd1f317b16d12b860cc11 /prepare_w32.bat | |
parent | a3bd466e254e4bbe7e3eb7826d5733ad193fa209 (diff) | |
download | gunmake-002702c89c77479cb1d950f28a32691d0bdcc309.tar.gz |
Modify instructions, etc. for Git support.
Diffstat (limited to 'prepare_w32.bat')
-rw-r--r-- | prepare_w32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare_w32.bat b/prepare_w32.bat index e16b784..7591e27 100644 --- a/prepare_w32.bat +++ b/prepare_w32.bat @@ -1,5 +1,5 @@ @echo off
-@echo Windows32 CVS build preparation of config.h.W32 and NMakefile.
+@echo Windows32 SCM 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
|