[gtk+] build/: Rename a Shared MSVC NMake Makefile
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] build/: Rename a Shared MSVC NMake Makefile
- Date: Mon, 13 Jan 2014 09:19:19 +0000 (UTC)
commit 202d9c4a35890a07a1b2cfc2702a87e302e19655
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Jan 13 17:19:07 2014 +0800
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.
build/Makefile.am | 2 +-
build/{testsrules_msvc.mak => detectenv_msvc.mak} | 7 -------
build/gtk-introspection-msvc.mak | 2 +-
3 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index 817a9d7..931735b 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
similarity index 92%
rename from build/testsrules_msvc.mak
rename to build/detectenv_msvc.mak
index 06c908e..020548a 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 f1b22fd..711ae57 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]