Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Updated .def generation for x64
Browse files Browse the repository at this point in the history
Some symbols need to be excluded from the .def file as they are set to be so on Win64
  • Loading branch information
fanc999-1 committed Nov 9, 2010
1 parent 9d4423c commit 0af6343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/win32/vs9/gmodule.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating gmodule.def"
CommandLine="$(GlibGenerateGmoduleDef)"
CommandLine="$(GlibGenerateGmoduleDefW64)"
Outputs="$(IntDir)/gmodule.def"
/>
</FileConfiguration>
Expand All @@ -211,7 +211,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating gmodule.def"
CommandLine="$(GlibGenerateGmoduleDef)"
CommandLine="$(GlibGenerateGmoduleDefW64)"
Outputs="$(IntDir)/gmodule.def"
/>
</FileConfiguration>
Expand Down

0 comments on commit 0af6343

Please sign in to comment.