]> pd.if.org Git - pdclib.old/blobdiff - Jamfile
Merge
[pdclib.old] / Jamfile
diff --git a/Jamfile b/Jamfile
index e68be8ba550beef5e2a0325d2d47c7fa463343ef..86b2d5f0719e31864015919f071d9c637a1f7713 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -46,10 +46,12 @@ if ! $(PDCLIB_NO_TEST) {
             RegTest $(regtest) : $(regtestfile) ;
         }
     }
-}
 
-Main helloworld : helloworld.c ;
-LinkLibraries helloworld : $(PDCLIB) ;
+    Main helloworld : helloworld.c ;
+    LinkLibraries helloworld : $(PDCLIB) ;
+    LINKLIBS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKLIBS) ;
+    LINKFLAGS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKFLAGS) ;
+}
 
 rule HtmlMan { 
     DEPENDS htmlman : $(<) ;