Skip to content

Commit d90a628

Browse files
SVG File Preview Panel added
1 parent 6d8705c commit d90a628

39 files changed

+6294
-375
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:\BDS\Studio\21.0\bin\rsvars.bat"
2+
msbuild.exe "Source\SVGShellExtensions.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 6\iscc.exe" "D:\ETHEA\SVGShellExtensions\SVGShellExtensions.iss"
10+
set INNO_STATUS=%ERRORLEVEL%
11+
if %INNO_STATUS%==0 GOTO END
12+
pause
13+
EXIT
14+
15+
16+
:END
17+
pause

Icons/svg-logo-v.svg

Lines changed: 64 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)