You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@echo Version = %VERSION%
|
|
@echo Build with this version numbers (Ctrl + C to stop build)?
|
|
pause
|
|
|
|
@Echo trying to create Output dir
|
|
mkdir Output
|
|
|
|
call _MakeSetup_msbuild.bat
|
|
|
|
call _MakeSetup_Copy.bat
|
|
|
|
call _MakeSetup_Pack.bat
|
|
|
|
call _MakeSetup_Push.bat
|
|
|
|
notepad Output\MakeSetup.log
|
|
|