diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-06-14 11:12:22 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-06-14 11:17:06 +0800 |
commit | f3561115e44cceebc9aecb859ffdfca4ef36cf93 (patch) | |
tree | 20f7233fd92328f2b25659a60b5b32c3ded131f0 /win32/vs9/g-ir-compiler.vcprojin | |
parent | cebe79cc76ac0a6dba1e4b5ea08df4b30d3148ac (diff) | |
download | gobject-introspection-f3561115e44cceebc9aecb859ffdfca4ef36cf93.tar.gz |
Visual Studio builds: Use the Centricular fork of libffi
The upstream libffi is getting bit-rotten on the regards of Windows/MSVC
builds, and we are eventually moving towards to the Meson build system,
so make use of the Centricular fork of libffi[1] which is better maintained
and tested for Windows/MSVC builds.
[1]: https://github.com/centricular/libffi
Diffstat (limited to 'win32/vs9/g-ir-compiler.vcprojin')
-rw-r--r-- | win32/vs9/g-ir-compiler.vcprojin | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/vs9/g-ir-compiler.vcprojin b/win32/vs9/g-ir-compiler.vcprojin index d0850084..e85847f1 100644 --- a/win32/vs9/g-ir-compiler.vcprojin +++ b/win32/vs9/g-ir-compiler.vcprojin @@ -28,7 +28,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="_DEBUG;$(FFIDefines)" + PreprocessorDefinitions="_DEBUG" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -38,7 +38,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="libffi.lib" + AdditionalDependencies="ffi.lib" LinkIncremental="2" GenerateDebugInformation="true" SubSystem="1" @@ -58,7 +58,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="_DEBUG;$(FFIDefines)" + PreprocessorDefinitions="_DEBUG" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -68,7 +68,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="libffi.lib" + AdditionalDependencies="ffi.lib" LinkIncremental="2" GenerateDebugInformation="true" SubSystem="1" @@ -87,7 +87,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" - PreprocessorDefinitions="$(FFIDefines)" + PreprocessorDefinitions="" RuntimeLibrary="2" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" @@ -96,7 +96,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="libffi.lib" + AdditionalDependencies="ffi.lib" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="1" @@ -122,7 +122,7 @@ EnableIntrinsicFunctions="true" EnableMinimalRebuild="true" WholeProgramOptimization="false" - PreprocessorDefinitions="$(FFIDefines)" + PreprocessorDefinitions="" RuntimeLibrary="2" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" @@ -131,7 +131,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="libffi.lib" + AdditionalDependencies="ffi.lib" LinkIncremental="1" GenerateDebugInformation="true" SubSystem="1" |