mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Tidy Up the glib MSVC Project
Move the per-source define/undefine cflags into the property sheets, and apply the cflags for the bundled PCRE sources to the PCRE sources only
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
<Import Project="glib-version-paths.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros">
|
||||
<GLibBundledPCREDefines>PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000;SUPPORT_UCP;SUPPORT_UTF;SUPPORT_UTF8</GLibBundledPCREDefines>
|
||||
<GLibBundledPCREDefines>PCRE_STATIC;LINK_SIZE=2;MAX_NAME_SIZE=32;MAX_NAME_COUNT=10000;NEWLINE=-1;POSIX_MALLOC_THRESHOLD=10;MATCH_LIMIT=10000000;MATCH_LIMIT_RECURSION=10000000;SUPPORT_UCP;SUPPORT_UTF;SUPPORT_UTF8;G_LOG_DOMAIN="GLib-GRegex"</GLibBundledPCREDefines>
|
||||
<GLibBundledPCREUndefs>-UBSR_ANYCRLF -UEBCDIC</GLibBundledPCREUndefs>
|
||||
<LocalCharsetDefs>LIBDIR="blah"</LocalCharsetDefs>
|
||||
<DllExportDefines>DLL_EXPORT</DllExportDefines>
|
||||
<UseSystemPCREDefines>USE_SYSTEM_PCRE</UseSystemPCREDefines>
|
||||
<GLibInBuildMacro>GLIB_COMPILATION</GLibInBuildMacro>
|
||||
@@ -36,6 +38,12 @@
|
||||
<BuildMacro Include="GLibBundledPCREDefines">
|
||||
<Value>$(GLibBundledPCREDefines)</Value>
|
||||
</BuildMacro>
|
||||
<BuildMacro Include="GLibBundledPCREUndefs">
|
||||
<Value>$(GLibBundledPCREUndefs)</Value>
|
||||
</BuildMacro>
|
||||
<BuildMacro Include="LocalCharsetDefs">
|
||||
<Value>$(LocalCharsetDefs)</Value>
|
||||
</BuildMacro>
|
||||
<BuildMacro Include="DllExportDefines">
|
||||
<Value>$(DllExportDefines)</Value>
|
||||
</BuildMacro>
|
||||
|
Reference in New Issue
Block a user