summaryrefslogtreecommitdiff
path: root/Makefile-msvcproj.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-07-07 18:04:14 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-08-15 10:00:38 +0800
commitd281b07c4aba18d30c4365ef3cba2df85ac4ab6f (patch)
tree7a1d0d578ed76b98824c5374a03e717b12691098 /Makefile-msvcproj.am
parenteab36c0001e22c0ee66246ae9a0b8018b2325c96 (diff)
downloadgobject-introspection-d281b07c4aba18d30c4365ef3cba2df85ac4ab6f.tar.gz
build: Export Symbols Using Compiler Directives
Use compiler directives for exporting symbols for the build of libgirepository and also for the test libraries, like what is now done in GLib and GTK+ so that maintaining a separate .symbols (and .def files) would not be needed, in which the correct compiler directive is determined during configure time. Drop all the .def files and the .symbols file as we would not be using them anymore. https://bugzilla.gnome.org/show_bug.cgi?id=732669
Diffstat (limited to 'Makefile-msvcproj.am')
-rw-r--r--Makefile-msvcproj.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile-msvcproj.am b/Makefile-msvcproj.am
index 6e5b7962..cdfbd486 100644
--- a/Makefile-msvcproj.am
+++ b/Makefile-msvcproj.am
@@ -199,7 +199,6 @@ GENERATED_MSVC_FILES = \
config.h.win32
EXTRA_DIST += \
- ./girepository/girepository.symbols \
$(GENERATED_MSVC_FILES)
CLEANFILES += $(GENERATED_MSVC_FILES)