]> pd.if.org Git - pdclib/blobdiff - platform/example/Config.jam
Moved notime and mincoll from opt/ to functions/.
[pdclib] / platform / example / Config.jam
index 98e9c6c21c2f251cd0a48926b2ccc36944555a2b..06ee0c466fc0fa15dbf16693e9e62ecdb5f9d27f 100644 (file)
@@ -1,19 +1,17 @@
-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 = \r
-       nothread \r
-       notime \r
-       dlmalloc \r
-       tss_errno \r
-       basecodecs \r
-    c_locale \r
-    ;
\ 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 
+    ;