diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-22 21:27:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-22 21:27:15 +0000 |
commit | fbfa53dcd5e9622613286c32ee2cab42aec0897e (patch) | |
tree | e7305d55dd44df287c22b3eac0b73bb456ff1672 /plugins/Watrack/make.bat | |
parent | 88790eed4ffd9ca555c8f9b73cb014a93b57a34f (diff) |
Menu_ModifyItem applied to the pascal code
git-svn-id: http://svn.miranda-ng.org/main/trunk@14335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/make.bat')
-rw-r--r-- | plugins/Watrack/make.bat | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/Watrack/make.bat b/plugins/Watrack/make.bat index 4314ed0ac4..504991c712 100644 --- a/plugins/Watrack/make.bat +++ b/plugins/Watrack/make.bat @@ -15,16 +15,16 @@ set PROJECT=Watrack if not exist %OUTDIR% mkdir %OUTDIR%
md tmp
-brcc32.exe res\watrack.rc -fores\watrack.res
-brcc32.exe lastfm\lastfm.rc -folastfm\lastfm.res
-brcc32.exe myshows\myshows.rc -fomyshows\myshows.res
-brcc32.exe players\mradio.rc -foplayers\mradio.res
-brcc32.exe kolframe\frm.rc -fokolframe\frm.res
-brcc32.exe popup\popup.rc -fopopup\popup.res
-brcc32.exe proto\proto.rc -foproto\proto.res
-brcc32.exe stat\stat.rc -fostat\stat.res
-brcc32.exe status\status.rc -fostatus\status.res
-brcc32.exe templates\templates.rc -fotemplates\templates.res
+rem brcc32.exe res\watrack.rc -fores\watrack.res
+rem brcc32.exe lastfm\lastfm.rc -folastfm\lastfm.res
+rem brcc32.exe myshows\myshows.rc -fomyshows\myshows.res
+rem brcc32.exe players\mradio.rc -foplayers\mradio.res
+rem brcc32.exe kolframe\frm.rc -fokolframe\frm.res
+rem brcc32.exe popup\popup.rc -fopopup\popup.res
+rem brcc32.exe proto\proto.rc -foproto\proto.res
+rem brcc32.exe stat\stat.rc -fostat\stat.res
+rem brcc32.exe status\status.rc -fostatus\status.res
+rem brcc32.exe templates\templates.rc -fotemplates\templates.res
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 exit /b 1
|