summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-09-15 13:22:41 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-17 09:34:34 +0800
commit02324f50e09a8b28b9749ec7e12914cc0cb0b029 (patch)
treeedb3fa053d60321f8bedf59c46675b114ef894ae
parent510fc6a4da93a9c1bedb0ad83ebf12635b542ba4 (diff)
downloadatk-02324f50e09a8b28b9749ec7e12914cc0cb0b029.tar.gz
MSVC Builds: Rename testsrules_msvc.mak
...to detectenv-msvc.mak, for better consistency between projects, as that is used for introspection file builds.
-rw-r--r--build/Makefile.am2
-rw-r--r--build/atk-introspection-msvc.mak2
-rw-r--r--build/detectenv-msvc.mak (renamed from build/testsrules_msvc.mak)0
-rw-r--r--tests/testatk_vc.mak2
4 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 1c50b66..583966b 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = \
EXTRA_DIST = \
msvcfiles.py \
- testsrules_msvc.mak \
+ detectenv-msvc.mak \
introspection-msvc.mak \
atk-introspection-msvc.mak \
gen-file-list-atk.py
diff --git a/build/atk-introspection-msvc.mak b/build/atk-introspection-msvc.mak
index 05caaa5..0824216 100644
--- a/build/atk-introspection-msvc.mak
+++ b/build/atk-introspection-msvc.mak
@@ -1,6 +1,6 @@
# NMake Makefile to build Introspection Files for ATK
-!include testsrules_msvc.mak
+!include detectenv-msvc.mak
APIVERSION = 1.0
diff --git a/build/testsrules_msvc.mak b/build/detectenv-msvc.mak
index 06c908e..06c908e 100644
--- a/build/testsrules_msvc.mak
+++ b/build/detectenv-msvc.mak
diff --git a/tests/testatk_vc.mak b/tests/testatk_vc.mak
index 1fb1226..39aeee0 100644
--- a/tests/testatk_vc.mak
+++ b/tests/testatk_vc.mak
@@ -1,4 +1,4 @@
-!include ..\build\testsrules_msvc.mak
+!include ..\build\detectenv-msvc.mak
BUILD_PATH = ..\build\win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin
LDFLAGS_PATH = /libpath:$(BUILD_PATH) /libpath:..\..\vs$(VSVER)\$(PLAT)\lib