1
0
Fork 0

PROJECT: updated clean & release scripts

This commit is contained in:
Mr. eXoDia 2014-08-27 16:00:05 +02:00
parent 01151640b5
commit 9fc99e1c42
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ del /Q *.exp
del /Q *.a
del /Q *.lib
del /Q *.def
del /Q launcher.exe
del /Q x96_dbg.exe
cd..
echo cleaning bin\x32...
cd bin\x32

View File

@ -46,7 +46,7 @@ mkdir %RELEASEDIR%\release
mkdir %RELEASEDIR%\release\x32
mkdir %RELEASEDIR%\release\x64
copy bin\launcher.exe %RELEASEDIR%\release\launcher.exe
copy bin\x96_dbg.exe %RELEASEDIR%\release\x96_dbg.exe
copy bin\x32\x32_bridge.dll %RELEASEDIR%\release\x32\x32_bridge.dll
copy bin\x32\x32_dbg.dll %RELEASEDIR%\release\x32\x32_dbg.dll
copy bin\x32\x32_dbg.exe %RELEASEDIR%\release\x32\x32_dbg.exe