]> pd.if.org Git - pdclib.old/blobdiff - platform/example/Config.jam
Bring example platform up to date
[pdclib.old] / platform / example / Config.jam
index 1eda6e8e305826fd084c73dc98789265a76f45c1..98e9c6c21c2f251cd0a48926b2ccc36944555a2b 100644 (file)
@@ -9,4 +9,11 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     PDCLIB_TEST_LINKLIBS += -lgcc ;\r
 }\r
 \r
-PDCLIB_OPTIONS = nothread notime dlmalloc ;
\ No newline at end of file
+PDCLIB_OPTIONS = \r
+       nothread \r
+       notime \r
+       dlmalloc \r
+       tss_errno \r
+       basecodecs \r
+    c_locale \r
+    ;
\ No newline at end of file