Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Create build script for making releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Nov 3, 2015
1 parent cf3463c commit 2d23e3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build_Vic2ToHoI3_release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
set /p version=Version Number?:

call "%VS120COMNTOOLS%\vsvars32.bat"
msbuild.exe "..\paradoxGameConverters - Frontend\Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend.sln" /p:Configuration=Release /m
xcopy "..\paradoxGameConverters - Frontend\Frontend\ParadoxConverters.Frontend\ParadoxConverters.Frontend\bin\Release" "..\Vic2ToHoI3-%version%" /Y /E /I

cd Vic2ToHoI3
call "build-VS2013.bat"
xcopy "Release" "..\..\Vic2ToHoI3-%version%\Vic2ToHoI3" /Y /E /I
cd ..

cd "..\Vic2ToHoI3-%version%"
call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\Vic2ToHoI3-%version%.zip" "*" -mx5
cd paradoxGameConverters - Vic2ToHoI3

0 comments on commit 2d23e3e

Please sign in to comment.