removed buildno.h from CVS

svn path=/trunk/; revision=6889
This commit is contained in:
Martin Fuchs 2003-12-07 12:38:55 +00:00
parent 2977c52afb
commit 35e7df613e
5 changed files with 17 additions and 13 deletions

View file

@ -18,3 +18,4 @@ doxy-doc
*.ncb *.ncb
*.plg *.plg
*.suo *.suo
buildno.h

View file

@ -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 */

View 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

View file

@ -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

View file

@ -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