From 3525014850e3800ac7b28fd34e7f7af427f1c620 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Sun, 11 May 2014 22:09:52 +0100 Subject: sword (1.7.2+dfsg-2) unstable; urgency=medium * Correct shared library symlink. (Closes: #747420) # imported from the archive --- bindings/clx/test1/test1g.bpg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bindings/clx/test1/test1g.bpg (limited to 'bindings/clx/test1/test1g.bpg') diff --git a/bindings/clx/test1/test1g.bpg b/bindings/clx/test1/test1g.bpg new file mode 100644 index 0000000..db19a61 --- /dev/null +++ b/bindings/clx/test1/test1g.bpg @@ -0,0 +1,15 @@ +#------------------------------------------------------------------------------ +VERSION = BWS.02.5 +#------------------------------------------------------------------------------ +MAKE = make -$(MAKEFLAGS) -f$** +DCC =dcc $< +#------------------------------------------------------------------------------ +PROJECTS = test1 +#------------------------------------------------------------------------------ +default: $(PROJECTS) +#------------------------------------------------------------------------------ + +test1: test1.dpr + $(DCC) + + -- cgit v1.2.3