|
Last change
on this file since 1990 was 900, checked in by bird, 17 years ago |
|
Load /home/bird/src/Gnu/make/2007-05-23 into vendor/gnumake/current.
|
|
File size:
325 bytes
|
| Line | |
|---|
| 1 | @echo off
|
|---|
| 2 | @echo Windows32 CVS build preparation of config.h.W32 and NMakefile.
|
|---|
| 3 | if not exist config.h.W32 copy config.h.W32.template config.h.W32
|
|---|
| 4 | if not exist config.h copy config.h.W32 config.h
|
|---|
| 5 | if not exist NMakefile copy NMakefile.template NMakefile
|
|---|
| 6 | @echo Preparation complete. Run build_w32.bat to compile and link.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.