mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +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
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating gmodule.def"
|
Description="Generating gmodule.def"
|
||||||
CommandLine="$(GlibGenerateGmoduleDef)"
|
CommandLine="$(GlibGenerateGmoduleDefW64)"
|
||||||
Outputs="$(IntDir)/gmodule.def"
|
Outputs="$(IntDir)/gmodule.def"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
@ -211,7 +211,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating gmodule.def"
|
Description="Generating gmodule.def"
|
||||||
CommandLine="$(GlibGenerateGmoduleDef)"
|
CommandLine="$(GlibGenerateGmoduleDefW64)"
|
||||||
Outputs="$(IntDir)/gmodule.def"
|
Outputs="$(IntDir)/gmodule.def"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
Loading…
Reference in New Issue
Block a user