mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
removed buildno.h from CVS
svn path=/trunk/; revision=6889
This commit is contained in:
parent
2977c52afb
commit
35e7df613e
5 changed files with 17 additions and 13 deletions
|
@ -18,3 +18,4 @@ doxy-doc
|
||||||
*.ncb
|
*.ncb
|
||||||
*.plg
|
*.plg
|
||||||
*.suo
|
*.suo
|
||||||
|
buildno.h
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
/* Do not edit - Machine generated */
|
|
||||||
#ifndef _INC_REACTOS_BUILDNO
|
|
||||||
#define _INC_REACTOS_BUILDNO
|
|
||||||
#define KERNEL_VERSION_BUILD 11
|
|
||||||
#define KERNEL_VERSION_BUILD_STR "11"
|
|
||||||
#define KERNEL_RELEASE_RC "0.1.5.11\0"
|
|
||||||
#define KERNEL_RELEASE_STR "0.1.5.11"
|
|
||||||
#define KERNEL_VERSION_RC "0.1.5\0"
|
|
||||||
#define KERNEL_VERSION_STR "0.1.5"
|
|
||||||
#endif
|
|
||||||
/* EOF */
|
|
11
reactos/subsys/system/explorer/buildno.h.templ
Normal file
11
reactos/subsys/system/explorer/buildno.h.templ
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#ifndef _INC_REACTOS_BUILDNO
|
||||||
|
#define _INC_REACTOS_BUILDNO
|
||||||
|
|
||||||
|
#define KERNEL_VERSION_BUILD 0
|
||||||
|
#define KERNEL_VERSION_BUILD_STR "0"
|
||||||
|
#define KERNEL_RELEASE_RC "0.1.5.0\0"
|
||||||
|
#define KERNEL_RELEASE_STR "0.1.5.0"
|
||||||
|
#define KERNEL_VERSION_RC "0.1.5\0"
|
||||||
|
#define KERNEL_VERSION_STR "0.1.5"
|
||||||
|
|
||||||
|
#endif
|
|
@ -1 +1,3 @@
|
||||||
cp ../../../include/reactos/buildno.h .
|
test -r ../../../include/reactos/buildno.h && cp ../../../include/reactos/buildno.h .
|
||||||
|
test ! -r buildno.h && cp buildno.h.templ buildno.h
|
||||||
|
exit 0
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
copy /y ..\..\..\include\reactos\buildno.h . >nul
|
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
|
||||||
|
|
Loading…
Reference in a new issue