mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
updatebuildno script for systems without installed "cp"
svn path=/trunk/; revision=6081
This commit is contained in:
parent
64fddd5694
commit
88b58a6ff1
3 changed files with 3 additions and 1 deletions
|
@ -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
reactos/subsys/system/explorer/updatebuildno
Executable file
1
reactos/subsys/system/explorer/updatebuildno
Executable file
|
@ -0,0 +1 @@
|
|||
cp ../../../include/reactos/buildno.h .
|
1
reactos/subsys/system/explorer/updatebuildno.bat
Normal file
1
reactos/subsys/system/explorer/updatebuildno.bat
Normal file
|
@ -0,0 +1 @@
|
|||
copy /y ..\..\..\include\reactos\buildno.h . >nul
|
Loading…
Reference in a new issue