mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* Add %delfiles for proper clean-up.
git-svn-id: branches/targetandroid@23495 -
This commit is contained in:
parent
e13e2e1697
commit
ee1e6eb4ea
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %delfiles=tb0582 }
|
||||
library liba;
|
||||
|
||||
function A : integer;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %NEEDLIBRARY }
|
||||
{ %delfiles=tweaklib1 }
|
||||
|
||||
{$ifdef mswindows}
|
||||
{$define supported}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
|
||||
{ %NEEDLIBRARY }
|
||||
{ %delfiles=tw12704a }
|
||||
|
||||
{$mode delphi}
|
||||
program MainApp;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tw13628a }
|
||||
|
||||
program loadmodule;
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
{%delfiles=dump.bin}
|
||||
|
||||
{ Source provided for Free Pascal Bug Report 14708 }
|
||||
{ Submitted by "Anton Kavalenka" on 2009-11-11 }
|
||||
{ e-mail: }
|
||||
@ -127,7 +129,7 @@ begin
|
||||
tc.free;
|
||||
ms.free;
|
||||
os.Free;
|
||||
if not ok then
|
||||
if not ok then
|
||||
halt(1);
|
||||
end.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
|
||||
{ %NEEDLIBRARY }
|
||||
{ %delfiles=tw16263a }
|
||||
|
||||
{$mode delphi}
|
||||
program MainApp;
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tw16949a }
|
||||
|
||||
program ptest;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{%skiptarget=wince}
|
||||
{%delfiles=blockwritetest.tmp}
|
||||
var
|
||||
f:file;
|
||||
p:pointer;
|
||||
|
@ -2,6 +2,7 @@
|
||||
{ %needlibrary }
|
||||
{ %cpu=x86_64,i386,powerpc,sparc}
|
||||
{ %skiptarget = go32v2,macos }
|
||||
{ %delfiles=tw3082 }
|
||||
{ execute this test only on reasonable fast cpus }
|
||||
|
||||
{ we do not cut off too long strings silently anymore }
|
||||
|
@ -2,6 +2,7 @@
|
||||
{ %needlibrary }
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %opt=-Cg }
|
||||
{ %delfiles=tw3402 }
|
||||
|
||||
{ Source provided for Free Pascal Bug Report 3402 }
|
||||
{ Submitted by "Layton Davis" on 2004-11-26 }
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tw6586a }
|
||||
|
||||
program project1;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tw6822a }
|
||||
|
||||
program loader;
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=win32,win64,linux,android}
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tw7838a }
|
||||
|
||||
program prog;
|
||||
{$mode objfpc}
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=darwin,linux,freebsd,solaris,beos,aix,android}
|
||||
{ %NEEDLIBRARY }
|
||||
{ %delfiles=tw8730a tw8730b }
|
||||
|
||||
{ same as tw8730c, but linking to libc so it uses different }
|
||||
{ startup code }
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tw9089a tw9089b }
|
||||
|
||||
program ptest;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user