mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
updatebuildno script for systems without installed "cp"
svn path=/trunk/; revision=6081
This commit is contained in:
@@ -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 \
|
||||
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
cp ../../../include/reactos/buildno.h .
|
||||
@@ -0,0 +1 @@
|
||||
copy /y ..\..\..\include\reactos\buildno.h . >nul
|
||||
Reference in New Issue
Block a user