Check In tool source code based on Build tool project revision r1655.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8964 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
15
BaseTools/Source/C/VfrCompile/Pccts/Makefile
Normal file
15
BaseTools/Source/C/VfrCompile/Pccts/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Main makefile for PCCTS 1.33MR33 /* MRXXX */
|
||||
#
|
||||
pccts:
|
||||
pushd . & cd antlr & $(MAKE) /nologo /f AntlrMS.mak & popd
|
||||
pushd . & cd dlg & $(MAKE) /nologo /f DlgMS.mak & popd
|
||||
|
||||
clean:
|
||||
pushd . & cd antlr & $(MAKE) /nologo /f AntlrMS.mak clean & popd
|
||||
pushd . & cd dlg & $(MAKE) /nologo /f DlgMS.mak clean & popd
|
||||
|
||||
cleanall:
|
||||
pushd . & cd antlr & $(MAKE) /nologo /f AntlrMS.mak cleanall & popd
|
||||
pushd . & cd dlg & $(MAKE) /nologo /f DlgMS.mak cleanall & popd
|
||||
|
Reference in New Issue
Block a user