Skip to content

Commit

Permalink
Removed unused files
Browse files Browse the repository at this point in the history
updated to RAD Studio Studio 10.1 Berlin
  • Loading branch information
RRUZ committed May 27, 2017
1 parent b834b08 commit 40fa7d3
Show file tree
Hide file tree
Showing 33 changed files with 276 additions and 22,151 deletions.
17 changes: 17 additions & 0 deletions Build.bat
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 removed VCL Styles Utils/AwesomeFont.RES
Binary file not shown.
Loading

0 comments on commit 40fa7d3

Please sign in to comment.