summaryrefslogtreecommitdiff
path: root/trunk/cmakescripts
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-15 03:43:24 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-15 03:43:24 +0000
commitc393a746e229676a1b74f5a4f1a30a4358c7ccfe (patch)
tree50aae7106597259c75db96ddf110307f808f2ac0 /trunk/cmakescripts
parent5306ea42d2d8c30dfa3872cc4e435c9fc1b0d6aa (diff)
First pass at a CMake build system
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@257 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/cmakescripts')
-rw-r--r--trunk/cmakescripts/getdate.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/cmakescripts/getdate.bat b/trunk/cmakescripts/getdate.bat
new file mode 100644
index 0000000..b4251bb
--- /dev/null
+++ b/trunk/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%