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
+1 -1
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 \
+1
View File
@@ -0,0 +1 @@
cp ../../../include/reactos/buildno.h .
@@ -0,0 +1 @@
copy /y ..\..\..\include\reactos\buildno.h . >nul