OSDN Git Service

BuildBin.*.cmd: Remove unneeded call of del command
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 14 Oct 2017 11:05:46 +0000 (20:05 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 14 Oct 2017 11:05:46 +0000 (20:05 +0900)
BuildBin.vs2015.cmd
BuildBin.vs2017.cmd

index 2569feb..fad7e2c 100644 (file)
@@ -1,8 +1,5 @@
 cd /d "%~dp0"
 
-del /s Build\*.exe
-del /s BuildTmp\*.res
-
 call SetVersion.cmd
 cscript /nologo ExpandEnvironmenStrings.vbs Version.in > Version.h
 
index 1fb38d1..5ed3c68 100644 (file)
@@ -1,8 +1,5 @@
 cd /d "%~dp0"
 
-del /s Build\*.exe
-del /s BuildTmp\*.res
-
 call SetVersion.cmd
 cscript /nologo ExpandEnvironmenStrings.vbs Version.in > Version.h