Fix Savannah bug #35410: handle escape chars in filter/filter-out
[make.git] / prepare_w32.bat
blobe16b78439e69d20a17febdabd8dc8ccb21a5e337
1 @echo off\r
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