From 5655519b2c8f0f6d2d2a9c5ca12176e2fb948bcd Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 14 Aug 2012 15:33:38 +0800 Subject: Add .def files for building the various DLLs (.la's) in test\ This will enable the exports of functions to create the .lib files needed to create the .gir files. https://bugzilla.gnome.org/show_bug.cgi?id=681820 --- build/win32/sletter.def | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build/win32/sletter.def (limited to 'build/win32/sletter.def') diff --git a/build/win32/sletter.def b/build/win32/sletter.def new file mode 100644 index 00000000..a4a547e8 --- /dev/null +++ b/build/win32/sletter.def @@ -0,0 +1,4 @@ +EXPORTS +s_hello +s_spawn_error_quark +s_dbus_error_quark -- cgit v1.2.1