mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Updated .def generation for x64
Some symbols need to be excluded from the .def file as they are set to be so on Win64
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Generating gmodule.def"
|
||||
CommandLine="$(GlibGenerateGmoduleDef)"
|
||||
CommandLine="$(GlibGenerateGmoduleDefW64)"
|
||||
Outputs="$(IntDir)/gmodule.def"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@@ -211,7 +211,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Generating gmodule.def"
|
||||
CommandLine="$(GlibGenerateGmoduleDef)"
|
||||
CommandLine="$(GlibGenerateGmoduleDefW64)"
|
||||
Outputs="$(IntDir)/gmodule.def"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
Reference in New Issue
Block a user