From 9fd5c3ead20a941c1a8f8e40bf9f32519c226358 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Sun, 1 Sep 2013 23:18:31 +0100 Subject: [PATCH] Place each opt-module on its' own line (easier to read) --- platform/win32/Config.jam | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/platform/win32/Config.jam b/platform/win32/Config.jam index baac82e..2ea7ff0 100644 --- a/platform/win32/Config.jam +++ b/platform/win32/Config.jam @@ -23,6 +23,13 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { EXIT ; } -PDCLIB_OPTIONS = notime dlmalloc mincoll tss_errno basecodecs c_locale ; +PDCLIB_OPTIONS = + notime + dlmalloc + mincoll + tss_errno + basecodecs + c_locale + ; CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ; \ No newline at end of file -- 2.40.0