]> pd.if.org Git - pdclib/blobdiff - platform/win32/Config.jam
dlmalloc not really optional, and I am not fond of the whole opt/ thing in the first...
[pdclib] / platform / win32 / Config.jam
index baac82e745e4b281b53f4602d0144085e692bdd2..1c59de6d25a7009e20b49607fb66aaa4d23af61c 100644 (file)
@@ -23,6 +23,12 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     EXIT ;\r
 }\r
 \r
-PDCLIB_OPTIONS = notime dlmalloc mincoll tss_errno basecodecs c_locale ;\r
+PDCLIB_OPTIONS = \r
+    notime \r
+    mincoll \r
+    tss_errno \r
+    basecodecs \r
+    c_locale \r
+    ;\r
 \r
-CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;
\ No newline at end of file
+CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;\r