MSVC Builds: Rename testsrules_msvc.mak
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 Sep 2015 05:22:41 +0000 (13:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 17 Sep 2015 01:34:34 +0000 (09:34 +0800)
...to detectenv-msvc.mak, for better consistency between projects, as that is
used for introspection file builds.

build/Makefile.am
build/atk-introspection-msvc.mak
build/detectenv-msvc.mak [moved from build/testsrules_msvc.mak with 100% similarity]
tests/testatk_vc.mak

index 1c50b66..583966b 100644 (file)
@@ -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
index 05caaa5..0824216 100644 (file)
@@ -1,6 +1,6 @@
 # NMake Makefile to build Introspection Files for ATK
 
-!include testsrules_msvc.mak
+!include detectenv-msvc.mak
 
 APIVERSION = 1.0
 
index 1fb1226..39aeee0 100644 (file)
@@ -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