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