From: Chun-wei Fan Date: Tue, 15 Sep 2015 05:22:41 +0000 (+0800) Subject: MSVC Builds: Rename testsrules_msvc.mak X-Git-Tag: ATK_2_18_0~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02324f50e09a8b28b9749ec7e12914cc0cb0b029;p=platform%2Fupstream%2Fatk.git MSVC Builds: Rename testsrules_msvc.mak ...to detectenv-msvc.mak, for better consistency between projects, as that is used for introspection file builds. --- 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 similarity index 100% rename from build/testsrules_msvc.mak rename to 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