pascalabcnet/_GenerateSetup.bat
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

14 lines
309 B
Batchfile

%windir%\microsoft.net\framework\v4.0.30319\msbuild /t:rebuild /property:Configuration=Release PascalABCNET.sln
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
cd ReleaseGenerators
..\bin\pabcnetc RebuildStandartModules.pas /rebuild
@IF %ERRORLEVEL% NEQ 0 GOTO EXIT
PascalABCNETStandart.bat
GOTO EXIT
:ERROR
PAUSE
:EXIT