]> git.llucax.com Git - software/dgc/dgcbench.git/commitdiff
Always link against tango-user library
authorLeandro Lucarella <llucax@gmail.com>
Sat, 19 Sep 2009 20:43:34 +0000 (17:43 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 19 Sep 2009 20:43:34 +0000 (17:43 -0300)
Makefile
dmd.conf

index ca678cf820c10095a9189e572069828556aa5df7..0a0ec05cd4f8a3f2f2abd4d660a8a7bc14eba0ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,8 @@ VERS    := naive
 DC      := dmd
 DL      := dmd
 GNUPLOT := gnuplot
+DFLAGS  += -defaultlib=tango-base-dmd-$(VERS) -debuglib=tango-base-dmd-$(VERS)
 DFLAGS  += -release -inline -O
-DFLAGS  += -defaultlib=tango-base-dmd-$(VERS) -debuglib=tango-base-dmd-$(VERS) \
-               -L-ltango-user-dmd-$(VERS)
 
 O := $(VERS)
 
index 4fcf99402db68c285fadf5461e5c170f8d0f79c2..2f7dc30254af8dc39947026dfe86a3b7c2a27a48 100644 (file)
--- a/dmd.conf
+++ b/dmd.conf
@@ -1,4 +1,5 @@
 [Environment]
 
-DFLAGS=-I%@P%/../dmd/include -L-L%@P%/../dmd/linux/lib -version=Tango
+DFLAGS=-I%@P%/../dmd/include -L-L%@P%/../dmd/linux/lib -version=Tango -L-ltango-user-dmd
+#DFLAGS=-I%@P%/../dmd/include -L-L%@P%/../dmd/linux/lib -version=Tango -L-ltango-user-dmd-debug