summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-01-13 17:19:07 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-01-13 17:19:07 +0800
commit202d9c4a35890a07a1b2cfc2702a87e302e19655 (patch)
treee72aa07185ed0d47772c10b103eab5895172b5ac /build
parent7115ccd3b04f1c7fe905327f8cbf02add2c2768c (diff)
downloadgtk+-202d9c4a35890a07a1b2cfc2702a87e302e19655.tar.gz
build/: Rename a Shared MSVC NMake Makefile
Rename testsrules_msvc.mak to detectenv_msvc.mak and remove some package- specific stuff from it, to reflect on the nature that this NMake Makefile is shared.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am2
-rw-r--r--build/detectenv_msvc.mak (renamed from build/testsrules_msvc.mak)7
-rw-r--r--build/gtk-introspection-msvc.mak2
3 files changed, 2 insertions, 9 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 817a9d72a8..931735b4fa 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -6,7 +6,7 @@ SUBDIRS = \
EXTRA_DIST += \
msvcfiles.py \
gen-file-list-gtk.py \
- testsrules_msvc.mak \
+ detectenv_msvc.mak \
introspection-msvc.mak \
gtk-introspection-msvc.mak
diff --git a/build/testsrules_msvc.mak b/build/detectenv_msvc.mak
index 06c908e832..020548afea 100644
--- a/build/testsrules_msvc.mak
+++ b/build/detectenv_msvc.mak
@@ -63,10 +63,3 @@ LDFLAGS_ARCH = /machine:x64
!else
LDFLAGS_ARCH = /machine:x86
!endif
-
-LD = link.exe
-LD_CFLAGS = /link
-EXEEXT = .exe
-GLIB_LIBS = gobject-2.0.lib gmodule-2.0.lib glib-2.0.lib
-
-ATK_API_VERSION = 1.0
diff --git a/build/gtk-introspection-msvc.mak b/build/gtk-introspection-msvc.mak
index f1b22fd8d8..711ae579d9 100644
--- a/build/gtk-introspection-msvc.mak
+++ b/build/gtk-introspection-msvc.mak
@@ -6,7 +6,7 @@ GTK_DLLNAME = gtk-3-vs$(VSVER)
# Please do not change anything after this line
-!include testsrules_msvc.mak
+!include detectenv_msvc.mak
APIVERSION = 3.0