diff options
author | Liming Gao <liming.gao@intel.com> | 2016-09-29 22:00:42 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-09-30 14:13:49 +0800 |
commit | 0eb330424c194a4869b2e33f42928715a5cad34e (patch) | |
tree | a84626e22ac688cef12359975b0dabcd219a2fc0 /BaseTools | |
parent | 2dc547da460038e180f28161a44998e1849b2f43 (diff) | |
download | edk2-platforms-0eb330424c194a4869b2e33f42928715a5cad34e.tar.xz |
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 <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Source/C/Makefiles/ms.app | 2 |
1 files changed, 0 insertions, 2 deletions
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)
|