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/gtkfrob.def | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build/win32/gtkfrob.def (limited to 'build/win32/gtkfrob.def') diff --git a/build/win32/gtkfrob.def b/build/win32/gtkfrob.def new file mode 100644 index 00000000..79dce040 --- /dev/null +++ b/build/win32/gtkfrob.def @@ -0,0 +1,2 @@ +EXPORTS +gtk_frob_language_manager_get_default -- cgit v1.2.1