2 @echo Windows32 CVS build preparation of config.h.W32 and NMakefile.
\r
3 if not exist config.h.W32 copy config.h.W32.template config.h.W32
\r
4 if not exist config.h copy config.h.W32 config.h
\r
5 if not exist NMakefile copy NMakefile.template NMakefile
\r
6 @echo Preparation complete. Run build_w32.bat to compile and link.
\r