- replace touch with generic dos command

This commit is contained in:
Mark Vejvoda 2011-01-13 21:57:17 +00:00
parent 26010071e7
commit 25d1800115
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ rem pause
ECHO --------------------------------
Echo Touching the build date/time file so we get proper build stamp
touch ..\..\source\glest_game\facilities\game_util.cpp
rem touch ..\..\source\glest_game\facilities\game_util.cpp
copy /b ..\..\source\glest_game\facilities\game_util.cpp +,,
rem Build Mega-Glest in release mode
ECHO --------------------------------