+ Mac style resource files can now be included in MacOS

This commit is contained in:
olle 2005-01-24 18:10:20 +00:00
parent 8be342c36b
commit f5f6d7bf36

View File

@ -161,8 +161,9 @@ procedure CompileResourceFiles;
var var
hr : presourcefile; hr : presourcefile;
begin begin
{ OS/2 (EMX) must be processed elsewhere (in the linking/binding stage). } { OS/2 (EMX) must be processed elsewhere (in the linking/binding stage).
if not (target_info.system in [system_i386_os2,system_i386_emx]) then same with MacOS}
if not (target_info.system in [system_i386_os2,system_i386_emx,system_powerpc_macos]) then
While not current_module.ResourceFiles.Empty do While not current_module.ResourceFiles.Empty do
begin begin
case target_info.system of case target_info.system of
@ -182,7 +183,10 @@ end;
end. end.
{ {
$Log$ $Log$
Revision 1.22 2004-10-14 18:16:17 mazen Revision 1.23 2005-01-24 18:10:20 olle
+ Mac style resource files can now be included in MacOS
Revision 1.22 2004/10/14 18:16:17 mazen
* USE_SYSUTILS merged successfully : cycles with and without defines * USE_SYSUTILS merged successfully : cycles with and without defines
* Need to be optimized in performance * Need to be optimized in performance