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