From 0eb330424c194a4869b2e33f42928715a5cad34e Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Thu, 29 Sep 2016 22:00:42 +0800 Subject: BaseTools VS Makefile: Don't include ms.common in ms.app ms.common is included by every tool Makefile. it is not necessary to be placed in ms.app again. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Yonghong Zhu --- BaseTools/Source/C/Makefiles/ms.app | 2 -- 1 file changed, 2 deletions(-) (limited to 'BaseTools') diff --git a/BaseTools/Source/C/Makefiles/ms.app b/BaseTools/Source/C/Makefiles/ms.app index 3e045615f6..908ffe8a3d 100644 --- a/BaseTools/Source/C/Makefiles/ms.app +++ b/BaseTools/Source/C/Makefiles/ms.app @@ -11,8 +11,6 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -!INCLUDE ..\Makefiles\ms.common - APPLICATION = $(BIN_PATH)\$(APPNAME).exe all: $(APPLICATION) -- cgit v1.2.3