X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2FConfig.jam;h=06ee0c466fc0fa15dbf16693e9e62ecdb5f9d27f;hp=1eda6e8e305826fd084c73dc98789265a76f45c1;hb=522a5e059582a513f7af8e418a1e8611aafb3513;hpb=0d8c88997f429be369fc6bd1b45a6b437fcee923 diff --git a/platform/example/Config.jam b/platform/example/Config.jam index 1eda6e8..06ee0c4 100644 --- a/platform/example/Config.jam +++ b/platform/example/Config.jam @@ -1,12 +1,17 @@ -rule PDCLibTargetConfig { } -rule PDCLibTargetHeaders { - SubDirHdrs $(PDCLIB_TOP) platform example includes ; - SubDirHdrs $(PDCLIB_TOP) platform example internals ; -} - -if $(PDCLIB_TOOLCHAIN) = "gcc" { - PDCLIB_TEST_LINKFLAGS += -nostdlib ; - PDCLIB_TEST_LINKLIBS += -lgcc ; -} - -PDCLIB_OPTIONS = nothread notime dlmalloc ; \ No newline at end of file +rule PDCLibTargetConfig { } +rule PDCLibTargetHeaders { + SubDirHdrs $(PDCLIB_TOP) platform example includes ; + SubDirHdrs $(PDCLIB_TOP) platform example internals ; +} + +if $(PDCLIB_TOOLCHAIN) = "gcc" { + PDCLIB_TEST_LINKFLAGS += -nostdlib ; + PDCLIB_TEST_LINKLIBS += -lgcc ; +} + +PDCLIB_OPTIONS = + nothread + tss_errno + basecodecs + c_locale + ;