summaryrefslogtreecommitdiff
path: root/build/win32/vs10/gi-gen-srcs.props
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/vs10/gi-gen-srcs.props
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/vs10/gi-gen-srcs.props')
-rw-r--r--build/win32/vs10/gi-gen-srcs.props7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/win32/vs10/gi-gen-srcs.props b/build/win32/vs10/gi-gen-srcs.props
index 0cda3d54..5d1ae79d 100644
--- a/build/win32/vs10/gi-gen-srcs.props
+++ b/build/win32/vs10/gi-gen-srcs.props
@@ -8,10 +8,6 @@
<CopyGIRScanner>copy ..\..\..\tools\g-ir-scanner.in ..\..\..\tools\g-ir-scanner</CopyGIRScanner>
<CopyGIRDocTool>copy ..\..\..\tools\g-ir-doc-tool.in ..\..\..\tools\g-ir-doc-tool</CopyGIRDocTool>
<CopyGIRAnnotationTool>copy ..\..\..\tools\g-ir-annotation-tool.in ..\..\..\tools\g-ir-annotation-tool</CopyGIRAnnotationTool>
- <GenerateGIRDef>
-echo EXPORTS &gt; $(DefDir)\girepository.def
-cl -EP ..\..\..\girepository\girepository.symbols &gt;&gt; $(DefDir)\girepository.def
- </GenerateGIRDef>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>gigensrcsprops</_PropertySheetDisplayName>
@@ -29,8 +25,5 @@ cl -EP ..\..\..\girepository\girepository.symbols &gt;&gt; $(DefDir)\girepositor
<BuildMacro Include="CopyGIRAnnotationTool">
<Value>$(CopyGIRAnnotationTool)</Value>
</BuildMacro>
- <BuildMacro Include="GenerateGIRDef">
- <Value>$(GenerateGIRDef)</Value>
- </BuildMacro>
</ItemGroup>
</Project>