]> gitweb.factorcode.org Git - factor.git/blobdiff - build.cmd
Nmakefile, build.cmd: Set the build information in Nmakefile.
[factor.git] / build.cmd
index 0ba6ede3cbff7c5c55daf84cb528653d990a7878..757bf45f37a67e394dcf1914d86b99d7535353e1 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -1,10 +1,11 @@
 @echo off
 setlocal
 
-: Fun syntax
-for /f %%x in ('git describe --all') do set GIT_DESCRIBE=%%x
-for /f %%y in ('git rev-parse HEAD') do set GIT_ID=%%y
+: Check which branch we are on, or just assume master if we are not in a git repository
 for /f %%z in ('git rev-parse --abbrev-ref HEAD') do set GIT_BRANCH=%%z
+if %GIT_BRANCH% =="" (
+    GIT_BRANCH = "master"
+)
 
 if "%1"=="/?" (
     goto usage
@@ -34,9 +35,6 @@ if not errorlevel 1 (
     ) else goto nocl
 )
 
-set git_label=%GIT_DESCRIBE%-%GIT_ID%
-set version=0.98
-
 echo Deleting staging images from temp/...
 del temp\staging.*.image