mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
* limited test to OSes with library aware threading
git-svn-id: trunk@13448 -
This commit is contained in:
parent
caf0096877
commit
e4161d1d3a
@ -1,3 +1,4 @@
|
||||
{ %target=win32,win64,wince,os2 }
|
||||
{ %norun }
|
||||
library tw12987a;
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
{ %target=win32,win64,wince,os2 }
|
||||
{ %needlibrary }
|
||||
procedure test;external 'tw12987a' name 'test';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user