summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-gen-srcs.vsprops
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-07-24 13:34:04 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-07-24 13:36:55 +0800
commitffd2bd9b20a32f414d5fcf91984e9c10a681c3b0 (patch)
tree9bc9f6a536b0ea70b513a31757d313e330740ee7 /build/win32/vs9/gi-gen-srcs.vsprops
parentccca91aaabfc0d6a555c4b14893420f03a6bfa8e (diff)
downloadgobject-introspection-gnome-3-16.tar.gz
MSVC Builds: Clean Up And Fix the Projectsgnome-3-16
We use the __declspec(dllexport) mechanism for exporting the symbols from the girepository DLL during the build since some time ago, but forgot to remove the .def-generating items from the project files, notably the MSVC 2010+ ones, which could have well broke those builds. Sorry.
Diffstat (limited to 'build/win32/vs9/gi-gen-srcs.vsprops')
-rw-r--r--build/win32/vs9/gi-gen-srcs.vsprops7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/win32/vs9/gi-gen-srcs.vsprops b/build/win32/vs9/gi-gen-srcs.vsprops
index 82c7f68c..d2d5ddbb 100644
--- a/build/win32/vs9/gi-gen-srcs.vsprops
+++ b/build/win32/vs9/gi-gen-srcs.vsprops
@@ -29,11 +29,4 @@ copy ..\..\..\tools\g-ir-doc-tool.in ..\..\..\tools\g-ir-doc-tool
copy ..\..\..\tools\g-ir-annotation-tool.in ..\..\..\tools\g-ir-annotation-tool
"
/>
- <UserMacro
- Name="GenerateGIRDef"
- Value="
-echo EXPORTS &gt; $(DefDir)\girepository.def&#x0D;&#x0A;
-cl -EP ..\..\..\girepository\girepository.symbols &gt;&gt; $(DefDir)\girepository.def&#x0D;&#x0A;
- "
- />
</VisualStudioPropertySheet>