-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to RAD Studio Studio 10.1 Berlin
- Loading branch information
Showing
33 changed files
with
276 additions
and
22,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
call "C:\Program Files (x86)\Embarcadero\Studio\18.0\bin\rsvars.bat" | ||
msbuild.exe "units\DelphiPreviewHandler.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release /p:DCC_DebugInformation=2 | ||
set BUILD_STATUS=%ERRORLEVEL% | ||
if %BUILD_STATUS%==0 GOTO INNO | ||
pause | ||
EXIT | ||
|
||
:INNO | ||
"C:\Program Files (x86)\Inno Setup 5\iscc.exe" "C:\Delphi\github\delphi-preview-handler\DelphiPreviewHandler.iss" | ||
set INNO_STATUS=%ERRORLEVEL% | ||
if %INNO_STATUS%==0 GOTO END | ||
pause | ||
EXIT | ||
|
||
|
||
:END | ||
pause |
Binary file not shown.
Oops, something went wrong.