|
@@ -90,7 +90,11 @@ unit i_palmos;
|
|
|
(
|
|
|
id : res_m68k_palmos;
|
|
|
resbin : 'pilrc';
|
|
|
- rescmd : '-I $INC $RES'
|
|
|
+ rescmd : '-I $INC $RES';
|
|
|
+ rcbin : '';
|
|
|
+ rccmd : '';
|
|
|
+ resourcefileclass : nil;
|
|
|
+ resflags : [];
|
|
|
);
|
|
|
|
|
|
system_arm_palmos_info : tsysteminfo =
|
|
@@ -156,7 +160,11 @@ unit i_palmos;
|
|
|
(
|
|
|
id : res_m68k_palmos;
|
|
|
resbin : 'pilrc';
|
|
|
- rescmd : '-I $INC $RES'
|
|
|
+ rescmd : '-I $INC $RES';
|
|
|
+ rcbin : '';
|
|
|
+ rccmd : '';
|
|
|
+ resourcefileclass : nil;
|
|
|
+ resflags : [];
|
|
|
);
|
|
|
|
|
|
implementation
|