Fixed EDKT142; Removed FrameworkDatabase.db and added FrameworkDatabase.template

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1154 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-07-31 06:26:09 +00:00
parent 9efa2da011
commit d94d73c282
2 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</echo>
<copy file="Conf/tools_def.template" tofile="Conf/tools_def.txt" overwrite="false"/>
<copy file="Conf/target.template" tofile="Conf/target.txt" overwrite="false"/>
<copy file="Conf/FrameworkDatabase.template" tofile="Conf/FrameworkDatabase.db" overwrite="false"/>
</target>
<target name="clean">