From b5d36b0dfa121d20e9056cfbca097e3aab488bab Mon Sep 17 00:00:00 2001 From: Martin Baute Date: Mon, 14 Mar 2016 08:51:25 +0100 Subject: [PATCH 1/1] Removed basecodecs from PDCLIB_OPTIONS, added opt/Readme.txt. --- opt/Readme.txt | 6 ++++++ platform/example/Config.jam | 1 - platform/gandr/Config.jam | 1 - platform/posix/Config.jam | 1 - platform/win32/Config.jam | 1 - 5 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 opt/Readme.txt diff --git a/opt/Readme.txt b/opt/Readme.txt new file mode 100644 index 0000000..d86cce4 --- /dev/null +++ b/opt/Readme.txt @@ -0,0 +1,6 @@ +These are implementation options, selected for compilation by setting +PDCLIB_OPTIONS in platform/*/Config.jam. + +Alternatively, you can just copy the source files into the appropriate +directories of the main codebase before compiling. But for the time +being, opt/ is where we (as "upstream PDCLib") will maintain them. diff --git a/platform/example/Config.jam b/platform/example/Config.jam index 61411dc..414111b 100644 --- a/platform/example/Config.jam +++ b/platform/example/Config.jam @@ -11,5 +11,4 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { PDCLIB_OPTIONS = nothread - basecodecs ; diff --git a/platform/gandr/Config.jam b/platform/gandr/Config.jam index 5f67437..968eb69 100644 --- a/platform/gandr/Config.jam +++ b/platform/gandr/Config.jam @@ -5,5 +5,4 @@ rule PDCLibTargetHeaders { PDCLIB_OPTIONS = nothread - basecodecs ; diff --git a/platform/posix/Config.jam b/platform/posix/Config.jam index 0a37f47..9cdc7bd 100644 --- a/platform/posix/Config.jam +++ b/platform/posix/Config.jam @@ -13,5 +13,4 @@ if $(OS) = "MACOSX" { PDCLIB_OPTIONS = pthreads - basecodecs ; diff --git a/platform/win32/Config.jam b/platform/win32/Config.jam index 021237d..18d2c05 100644 --- a/platform/win32/Config.jam +++ b/platform/win32/Config.jam @@ -24,7 +24,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { } PDCLIB_OPTIONS = - basecodecs ; CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ; -- 2.40.0