From: Owen Shepherd Date: Mon, 7 Jan 2013 15:23:28 +0000 (+0000) Subject: win32: add opt basecodecs X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=a9c96eb64d24f3a7b268bf7361d88a0277d29b5c win32: add opt basecodecs --- diff --git a/platform/win32/Config.jam b/platform/win32/Config.jam index 018ad61..77be305 100644 --- a/platform/win32/Config.jam +++ b/platform/win32/Config.jam @@ -23,6 +23,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" { EXIT ; } -PDCLIB_OPTIONS = notime dlmalloc mincoll tss_errno ; +PDCLIB_OPTIONS = notime dlmalloc mincoll tss_errno basecodecs ; CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ; \ No newline at end of file