use COPYCMD for XP to be compatible with NT4

svn path=/trunk/; revision=7400
This commit is contained in:
Martin Fuchs
2004-01-02 14:27:34 +00:00
parent 23d5fe1c50
commit 8ca6781591
@@ -1,2 +1,3 @@
if exist ..\..\..\include\reactos\buildno.h copy /y ..\..\..\include\reactos\buildno.h . >nul
if not exist buildno.h copy /y buildno.h.templ buildno.h
set COPYCMD=/y
if exist ..\..\..\include\reactos\buildno.h copy ..\..\..\include\reactos\buildno.h . >nul
if not exist buildno.h copy buildno.h.templ buildno.h