]> pd.if.org Git - pdclib/commitdiff
Place each opt-module on its' own line (easier to read)
authorOwen Shepherd <owen.shepherd@e43.eu>
Sun, 1 Sep 2013 22:18:31 +0000 (23:18 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sun, 1 Sep 2013 22:18:31 +0000 (23:18 +0100)
platform/win32/Config.jam

index baac82e745e4b281b53f4602d0144085e692bdd2..2ea7ff0234101d085a92b20efe1d99523e5ade70 100644 (file)
@@ -23,6 +23,13 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
     EXIT ;\r
 }\r
 \r
-PDCLIB_OPTIONS = notime dlmalloc mincoll tss_errno basecodecs c_locale ;\r
+PDCLIB_OPTIONS = \r
+    notime \r
+    dlmalloc \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