mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:09:35 +01:00
* patch by Olivier Coursiere to enable winlike resources on haiku, resolves #15539
git-svn-id: trunk@14716 -
This commit is contained in:
parent
a58e07df38
commit
3747454aeb
@ -36,7 +36,7 @@ unit i_haiku;
|
||||
name : 'Haiku for i386';
|
||||
shortname : 'Haiku';
|
||||
flags : [tf_under_development,tf_needs_symbol_size,tf_files_case_sensitive,
|
||||
tf_smartlink_sections, tf_smartlink_library];
|
||||
tf_smartlink_sections, tf_smartlink_library, tf_has_winlike_resources];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'HAIKUUNITS';
|
||||
extradefines : 'BEOS;UNIX;HASUNIX';
|
||||
@ -68,7 +68,7 @@ unit i_haiku;
|
||||
link : nil;
|
||||
linkextern : nil;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_none;
|
||||
res : res_elf;
|
||||
dbg : dbg_stabs;
|
||||
script : script_unix;
|
||||
endian : endian_little;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{ Test for resources support. }
|
||||
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris}
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku}
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{ Test for FindResourceEx function. }
|
||||
|
||||
{%TARGET=win32,win64,linux,freebsd,darwin,netbsd,openbsd,solaris}
|
||||
{%TARGET=win32,win64,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku}
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{ Test for resource enumeration functions. }
|
||||
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris}
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku}
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user