]> pd.if.org Git - pdclib/blobdiff - platform/example/Config.jam
Moved the C locale implementation into main code base. None of these are really optio...
[pdclib] / platform / example / Config.jam
index 1eda6e8e305826fd084c73dc98789265a76f45c1..f8dab513bdeb1ce999503f93a18b7a5cfb12ef2b 100644 (file)
@@ -1,12 +1,16 @@
-rule PDCLibTargetConfig { }\r
-rule PDCLibTargetHeaders {\r
-    SubDirHdrs $(PDCLIB_TOP) platform example includes ;\r
-    SubDirHdrs $(PDCLIB_TOP) platform example internals ;\r
-}\r
-\r
-if $(PDCLIB_TOOLCHAIN) = "gcc" {\r
-    PDCLIB_TEST_LINKFLAGS += -nostdlib ;\r
-    PDCLIB_TEST_LINKLIBS += -lgcc ;\r
-}\r
-\r
-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 
+    ;