X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=Jamfile;h=86b2d5f0719e31864015919f071d9c637a1f7713;hp=e68be8ba550beef5e2a0325d2d47c7fa463343ef;hb=a2d905faa640c50f1a736a510ef574d99d917df4;hpb=83e92521e5b34c665a7200e71b93050a0234501e 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 : $(<) ;