glib/win32/vs9/glib-build-defines.vsprops
Chun-wei Fan 951fd642dc Visual Studio builds: Use the Centricular fork of libffi
The latest upstream libffi is getting bit-rotten with the Windows/MSVC
builds, and since we are eventually moving to a Meson-based build system,
make use of the Centricular fork of libffi[1], which is better maintained
and tested for builds on Windows, with the use of DLLs over static libraries
and elimination of awkward build flags that we had to use for GObject.

[1]: https://github.com/centricular/libffi
2017-06-14 10:51:55 +08:00

79 lines
2.2 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="glibbuilddefinesprops"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)\"
InheritedPropertySheets=".\glib-version-paths.vsprops"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..;..\..\glib;$(GlibEtcInstallRoot)\include"
PreprocessorDefinitions="HAVE_CONFIG_H"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
AdditionalOptions="/MP"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="intl.lib"
AdditionalLibraryDirectories="$(GlibEtcInstallRoot)\lib"
/>
<UserMacro
Name="GLibBundledPCREDefines"
Value="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=\&quot;GLib-GRegex\&quot;"
/>
<UserMacro
Name="GlibBundledPCREExportDefines"
Value="PCRE_EXP_DECL=__declspec(dllexport)extern;PCRE_EXP_DEFN="
/>
<UserMacro
Name="GLibBundledPCREUndefs"
Value="-UBSR_ANYCRLF -UEBCDIC"
/>
<UserMacro
Name="LocalCharsetDefs"
Value="LIBDIR=&quot;blah&quot;"
/>
<UserMacro
Name="DllExportDefines"
Value="DLL_EXPORT"
/>
<UserMacro
Name="UseSystemPCREDefines"
Value="USE_SYSTEM_PCRE"
/>
<UserMacro
Name="GLibInBuildMacro"
Value="GLIB_COMPILATION"
/>
<UserMacro
Name="GioInBuildMacro"
Value="GIO_COMPILATION"
/>
<UserMacro
Name="GLibBuildDefines"
Value="$(GLibInBuildMacro);$(DllExportDefines);G_LOG_DOMAIN=\&quot;GLib\&quot;"
/>
<UserMacro
Name="GThreadBuildDefines"
Value="G_LOG_DOMAIN=\&quot;GThread\&quot;"
/>
<UserMacro
Name="GModuleBuildDefines"
Value="G_LOG_DOMAIN=\&quot;GModule\&quot;"
/>
<UserMacro
Name="GObjectBuildDefines"
Value="GOBJECT_COMPILATION;$(DllExportDefines);G_LOG_DOMAIN=\&quot;GLib-GObject\&quot;"
/>
<UserMacro
Name="GioBuildDefines"
Value="$(GioInBuildMacro);G_LOG_DOMAIN=\&quot;GLib-GIO\&quot;;$(DllExportDefines)"
/>
<UserMacro
Name="WindowsNetworkingLibs"
Value="ws2_32.lib shlwapi.lib dnsapi.lib iphlpapi.lib"
/>
</VisualStudioPropertySheet>