Skip to content

Commit

Permalink
release bat
Browse files Browse the repository at this point in the history
  • Loading branch information
NtQuery authored and NtQuery committed May 3, 2015
1 parent db5eb01 commit 4e17142
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scylla_release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off
SET SCYVERSION=Scylla_v0.11
if not exist .\%SCYVERSION% mkdir .\%SCYVERSION%
copy ".\Win32\Release\Scylla.exe" ".\%SCYVERSION%\Scylla_x86.exe"
copy ".\x64\Release\Scylla.exe" ".\%SCYVERSION%\Scylla_x64.exe"
copy ".\Win32\Release\Scylla.map" ".\%SCYVERSION%\Scylla_x86.map"
copy ".\x64\Release\Scylla.map" ".\%SCYVERSION%\Scylla_x64.map"
copy ".\Win32\Release\ScyllaDLL.dll" ".\%SCYVERSION%\Scylla_x86.dll"
copy ".\x64\Release\ScyllaDLL.dll" ".\%SCYVERSION%\Scylla_x64.dll"
copy ".\Win32\Release\ScyllaDLL.lib" ".\%SCYVERSION%\Scylla_x86.lib"
copy ".\x64\Release\ScyllaDLL.lib" ".\%SCYVERSION%\Scylla_x64.lib"
pause

0 comments on commit 4e17142

Please sign in to comment.