mirror of https://github.com/acidanthera/audk.git
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:
parent
9efa2da011
commit
d94d73c282
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue