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>
This commit is contained in:
@@ -11,8 +11,6 @@
|
|||||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#
|
#
|
||||||
|
|
||||||
!INCLUDE ..\Makefiles\ms.common
|
|
||||||
|
|
||||||
APPLICATION = $(BIN_PATH)\$(APPNAME).exe
|
APPLICATION = $(BIN_PATH)\$(APPNAME).exe
|
||||||
|
|
||||||
all: $(APPLICATION)
|
all: $(APPLICATION)
|
||||||
|
Reference in New Issue
Block a user