aboutsummaryrefslogtreecommitdiff
path: root/cmakescripts/getdate.bat
diff options
context:
space:
mode:
Diffstat (limited to 'cmakescripts/getdate.bat')
-rw-r--r--cmakescripts/getdate.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakescripts/getdate.bat b/cmakescripts/getdate.bat
new file mode 100644
index 0000000..b4251bb
--- /dev/null
+++ b/cmakescripts/getdate.bat
@@ -0,0 +1,3 @@
+@echo off
+for /f "tokens=1-4 eol=/ DELIMS=/ " %%i in ('date /t') do set BUILD=%%l%%j%%k
+echo %BUILD%