X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Jamfile;h=86b2d5f0719e31864015919f071d9c637a1f7713;hp=a7a26c30025ebd63cdc98ef31fc78a5197b9a231;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hpb=b40d985ee9eecef7a0450b3d9cff7657509d1548 diff --git a/Jamfile b/Jamfile index a7a26c3..86b2d5f 100644 --- a/Jamfile +++ b/Jamfile @@ -46,12 +46,12 @@ if ! $(PDCLIB_NO_TEST) { RegTest $(regtest) : $(regtestfile) ; } } -} -Main helloworld : helloworld.c ; -LinkLibraries helloworld : $(PDCLIB) ; -LINKLIBS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKLIBS) ; -LINKFLAGS on helloworld$(SUFEXE) += $(PDCLIB_TEST_LINKFLAGS) ; + 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 : $(<) ;