]> pd.if.org Git - pdclib/commitdiff
Removed basecodecs from PDCLIB_OPTIONS, added opt/Readme.txt.
authorMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 07:51:25 +0000 (08:51 +0100)
committerMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 07:51:25 +0000 (08:51 +0100)
opt/Readme.txt [new file with mode: 0644]
platform/example/Config.jam
platform/gandr/Config.jam
platform/posix/Config.jam
platform/win32/Config.jam

diff --git a/opt/Readme.txt b/opt/Readme.txt
new file mode 100644 (file)
index 0000000..d86cce4
--- /dev/null
@@ -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.
index 61411dcf3afe7af967a7209a853c22b6326e174b..414111b16a601734d6589f2df8ef36a4a2ca3e36 100644 (file)
@@ -11,5 +11,4 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
 
 PDCLIB_OPTIONS =
     nothread
-    basecodecs
     ;
index 5f674376a6962b8d58641947a3f56000dbe6059b..968eb694c8ef1ef0061cc19cb85a45e38b0c2310 100644 (file)
@@ -5,5 +5,4 @@ rule PDCLibTargetHeaders {
 
 PDCLIB_OPTIONS =
     nothread
-    basecodecs
     ;
index 0a37f472fc599796edd515450e301fc23a593aa5..9cdc7bd9939d4d9a506ff9b2bad235b25c6f8b08 100644 (file)
@@ -13,5 +13,4 @@ if $(OS) = "MACOSX" {
 
 PDCLIB_OPTIONS =
     pthreads
-    basecodecs
     ;
index 021237d9b6c81a8cee1f743be2ed5d40839628aa..18d2c05a4a0ea998c0c232422dcd3d5fa11e211b 100644 (file)
@@ -24,7 +24,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
 }
 
 PDCLIB_OPTIONS =
-    basecodecs
     ;
 
 CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;