Updated .def generation for x64
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 9 Nov 2010 01:27:27 +0000 (09:27 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 9 Nov 2010 01:27:27 +0000 (09:27 +0800)
Some symbols need to be excluded from the .def file as they are set to be so on Win64

build/win32/vs9/gmodule.vcproj

index c8af99c..3ae7e5e 100644 (file)
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Generating gmodule.def"
-                                               CommandLine="$(GlibGenerateGmoduleDef)"
+                                               CommandLine="$(GlibGenerateGmoduleDefW64)"
                                                Outputs="$(IntDir)/gmodule.def"
                                        />
                                </FileConfiguration>
                                        <Tool
                                                Name="VCCustomBuildTool"
                                                Description="Generating gmodule.def"
-                                               CommandLine="$(GlibGenerateGmoduleDef)"
+                                               CommandLine="$(GlibGenerateGmoduleDefW64)"
                                                Outputs="$(IntDir)/gmodule.def"
                                        />
                                </FileConfiguration>