diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-24 19:20:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-24 19:20:13 +0300 |
commit | 08b24b74809b0ee3395331357b26fe2a590912df (patch) | |
tree | cd2fa8611c13fb1c011fcb3a0cacf431ad28312c /plugins/Actman/make.bat | |
parent | be086bf8ca69a02fedbdfed65013da64b97b6b54 (diff) |
if there's no Delphi on a computer, who cares?
Diffstat (limited to 'plugins/Actman/make.bat')
-rw-r--r-- | plugins/Actman/make.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index 2f71f63428..529c628fd0 100644 --- a/plugins/Actman/make.bat +++ b/plugins/Actman/make.bat @@ -15,10 +15,10 @@ set PROJECT=Actman if not exist %OUTDIR% mkdir %OUTDIR%
md tmp
-rem brcc32.exe %myopts% options.rc -fooptions.res
-rem brcc32.exe %myopts% hooks\hooks.rc -fohooks\hooks.res
-rem brcc32.exe %myopts% tasks\tasks.rc -fotasks\tasks.res
-rem brcc32.exe %myopts% ua\ua.rc -foua\ua.res
+brcc32.exe %myopts% options.rc -fooptions.res
+brcc32.exe %myopts% hooks\hooks.rc -fohooks\hooks.res
+brcc32.exe %myopts% tasks\tasks.rc -fotasks\tasks.res
+brcc32.exe %myopts% ua\ua.rc -foua\ua.res
rc version.rc
%FPCBIN% @..\Utils.pas\fpc.cfg %PROJECT%.dpr %3 %4 %5 %6 %7 %8 %9
|