updatebuildno script for systems without installed "cp"

svn path=/trunk/; revision=6081
This commit is contained in:
Martin Fuchs 2003-09-14 18:43:44 +00:00
parent 64fddd5694
commit 88b58a6ff1
3 changed files with 3 additions and 1 deletions

View file

@ -42,7 +42,7 @@ all: buildno.h explorer.exe
@strip explorer.exe
buildno.h: ../../../include/reactos/buildno.h
cp ../../../include/reactos/buildno.h $@
./updatebuildno
TARGET_SDKLIBS = \
kernel32.a \

View file

@ -0,0 +1 @@
cp ../../../include/reactos/buildno.h .

View file

@ -0,0 +1 @@
copy /y ..\..\..\include\reactos\buildno.h . >nul