mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
use COPYCMD for XP to be compatible with NT4
svn path=/trunk/; revision=7400
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user