Skip to content

Commit 40fa7d3

Browse files
committed
Removed unused files
updated to RAD Studio Studio 10.1 Berlin
1 parent b834b08 commit 40fa7d3

33 files changed

+276
-22151
lines changed

Build.bat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
call "C:\Program Files (x86)\Embarcadero\Studio\18.0\bin\rsvars.bat"
2+
msbuild.exe "units\DelphiPreviewHandler.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release /p:DCC_DebugInformation=2
3+
set BUILD_STATUS=%ERRORLEVEL%
4+
if %BUILD_STATUS%==0 GOTO INNO
5+
pause
6+
EXIT
7+
8+
:INNO
9+
"C:\Program Files (x86)\Inno Setup 5\iscc.exe" "C:\Delphi\github\delphi-preview-handler\DelphiPreviewHandler.iss"
10+
set INNO_STATUS=%ERRORLEVEL%
11+
if %INNO_STATUS%==0 GOTO END
12+
pause
13+
EXIT
14+
15+
16+
:END
17+
pause

VCL Styles Utils/AwesomeFont.RES

-119 KB
Binary file not shown.

0 commit comments

Comments
 (0)