summaryrefslogtreecommitdiff
path: root/compiler/rescmn.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-04-11 18:06:33 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2012-04-11 18:06:33 +0000
commit2e790967345ae37a01f6f0f496dd8eafe1718fbe (patch)
tree0a826a576df783d607bb3b6c7ec5ae6e6db253fc /compiler/rescmn.pas
parent3d1cbd0750e66608954da322c3124dfc822043ee (diff)
downloadfpc-2e790967345ae37a01f6f0f496dd8eafe1718fbe.tar.gz
+ fcl-res support for xcoff/aix
+ compiler support for Delphi-style resources on aix git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20841 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/rescmn.pas')
-rw-r--r--compiler/rescmn.pas12
1 files changed, 12 insertions, 0 deletions
diff --git a/compiler/rescmn.pas b/compiler/rescmn.pas
index eee102d902..de2172d538 100644
--- a/compiler/rescmn.pas
+++ b/compiler/rescmn.pas
@@ -42,6 +42,18 @@ uses
resflags : [];
);
+ res_xcoff_info : tresinfo =
+ (
+ id : res_xcoff;
+ resbin : 'fpcres';
+ rescmd : '-o $OBJ -a $ARCH -of xcoff $DBG';
+ { cross compiled windres can be used to compile .rc files on other platforms }
+ rcbin : 'windres';
+ rccmd : '--include $INC -O res -o $RES $RC';
+ resourcefileclass : nil;
+ resflags : [];
+ );
+
res_ext_info : tresinfo =
(
id : res_ext;