summaryrefslogtreecommitdiff
path: root/compiler/systems/i_emx.pas
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-05-04 21:25:36 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-05-04 21:25:36 +0000
commitbf1c5b39c2386c86bec5bed671d1eff01de68f43 (patch)
treea9cd8188fec871fdc26a987fa9405b0c29d12cec /compiler/systems/i_emx.pas
parent23a6da9712b50ab69a46bb24be1af60e9c5846f4 (diff)
downloadfpc-bf1c5b39c2386c86bec5bed671d1eff01de68f43.tar.gz
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24438 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/systems/i_emx.pas')
-rw-r--r--compiler/systems/i_emx.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/systems/i_emx.pas b/compiler/systems/i_emx.pas
index cce75e5280..14c36da39d 100644
--- a/compiler/systems/i_emx.pas
+++ b/compiler/systems/i_emx.pas
@@ -35,7 +35,7 @@ unit i_emx;
resbin : '';
rescmd : '';
rcbin : 'wrc';
- rccmd : '-r -zm -q -bt=os2 -fo=$RES $RC';
+ rccmd : '-r -zm -q -bt=os2 -dFPC -fo=$RES $RC';
resourcefileclass : nil;
resflags : [res_single_file];
);