mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Moved static stables into the function bodies to fix a gcc on MacOS X and IMB compiler bug.
Fixed config system for dll builds - the default linkage option is now static linking. Fixed makefiles - dll builds now work. Added Misc fixes for the example programs. [SVN r19044]
This commit is contained in:
@ -20,7 +20,7 @@ lib boost_regex : ../src/$(SOURCES).cpp
|
||||
dll boost_regex : ../src/$(SOURCES).cpp
|
||||
:
|
||||
<sysinclude>$(BOOST_ROOT)
|
||||
<define>BOOST_RE_BUILD_DLL=1
|
||||
<define>BOOST_REGEX_DYN_LINK=1
|
||||
<runtime-link>dynamic
|
||||
<no-warn>$(SOURCES).cpp
|
||||
:
|
||||
|
Reference in New Issue
Block a user