summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-09-16 11:52:33 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-04-13 20:53:24 +0800
commitd7b5fb069ef764bb6e420a6ed98afad0d1f42991 (patch)
treefefad98a8c189d7c9850d4c57be2bf6275a0ec6e /tests
parent8c77521e413d6e2078655f9f85749c20b971cf2e (diff)
downloadatk-d7b5fb069ef764bb6e420a6ed98afad0d1f42991.tar.gz
MSVC Builds: Generate the Introspection Build Commands
This uses the common autotools module that was added in the previous commit to generate the command lines used to generate the .gir and compile the .typelib files, as well as the file list that is to be consumed during the generation of the .gir files. This also makes the detectmsvc-msvc.mak and introspection-msvc.mak NMake modules the same as the ones in $(glib_srcroot)/build/win32 and $(gi_srcroot)/build/win32 respectively, so that they may be copied from these locations when they are updated. https://bugzilla.gnome.org/show_bug.cgi?id=764983
Diffstat (limited to 'tests')
-rw-r--r--tests/testatk_vc.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testatk_vc.mak b/tests/testatk_vc.mak
index 39aeee0..17e2a7a 100644
--- a/tests/testatk_vc.mak
+++ b/tests/testatk_vc.mak
@@ -1,5 +1,11 @@
!include ..\build\detectenv-msvc.mak
+LD_CFLAGS = /link
+EXEEXT = .exe
+GLIB_LIBS = gobject-2.0.lib gmodule-2.0.lib glib-2.0.lib
+
+ATK_API_VERSION = 1.0
+
BUILD_PATH = ..\build\win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin
LDFLAGS_PATH = /libpath:$(BUILD_PATH) /libpath:..\..\vs$(VSVER)\$(PLAT)\lib