mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01: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:
parent
9d4423c15d
commit
0af6343fed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user