diff options
Diffstat (limited to 'plugins/Watrack/icons/makeicons.bat')
| -rw-r--r-- | plugins/Watrack/icons/makeicons.bat | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Watrack/icons/makeicons.bat b/plugins/Watrack/icons/makeicons.bat new file mode 100644 index 0000000000..fe3604b963 --- /dev/null +++ b/plugins/Watrack/icons/makeicons.bat @@ -0,0 +1,14 @@ +rem @echo off
+if /i '%1' == 'fpc' (
+ set OUTDIR="..\..\..\bin10\Release\Icons"
+ set FPCBIN=fpc.exe
+) else if /i '%1' == 'fpc64' (
+ set OUTDIR="..\..\..\bin10\Release64\Icons"
+ set FPCBIN=ppcrossx64.exe
+)
+if not exist %OUTDIR% mkdir %OUTDIR%
+
+call make buttons
+call make icons
+
+move /Y Tasm\Watrack_*.dll %Outdir%
\ No newline at end of file |
