Welcome to mirror list, hosted at ThFree Co, Russian Federation.

release.cmd - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38fa8c556a1f973cbd8ce951f0367f2d0a6a4cd7 (plain)
1
2
3
4
5
@echo off
@if not "%OS%"=="Windows_NT" @(echo This script requires Windows NT 4.0 or later to run properly! & goto :EOF)
call setvcvars.cmd 8.0
if NOT defined VCVER_FRIENDLY echo Unfortunately setvcvars.cmd didn't do its job. Fix the problem and run this script again.&goto :EOF
vcbuild /rebuild /time Premake4.vs8.sln "Release|Win32"