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:
Chun-wei Fan 2010-11-09 09:27:27 +08:00
parent 9d4423c15d
commit 0af6343fed

View File

@ -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>