X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Jamfile;h=86b2d5f0719e31864015919f071d9c637a1f7713;hp=e68be8ba550beef5e2a0325d2d47c7fa463343ef;hb=refs%2Fheads%2Fmaster;hpb=f106a94debe088a52401851716b59b9e21416559 diff --git a/Jamfile b/Jamfile index e68be8b..86b2d5f 100644 --- 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 : $(<) ;