Export _moo_* and md_*

master
Yevgen Muntyan 2008-06-15 01:14:17 -05:00
parent e6003f1b97
commit 4b0542b94e
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ else
if MOO_DEBUG_ENABLED # && !MOO_ENABLE_TESTS
export_flags = -export-symbols-regex ".*"
else # !MOO_DEBUG_ENABLED && !MOO_ENABLE_TESTS
export_flags = -export-symbols-regex "^(moo_).*"
export_flags = -export-symbols-regex "^(moo_|_moo_|md_).*"
endif
endif