diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-04 00:40:35 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-04 00:40:35 +0000 |
commit | 9ae9341aa3d72e910447367749d1fe3d2e7d3d39 (patch) | |
tree | dc4fcbd46f02bdab7a7de4310e65ca19d6d6fb5f /Tools/Conf | |
parent | bb5545b663e1d8ac4fd37003d5ba26fafdad5831 (diff) | |
download | edk2-platforms-9ae9341aa3d72e910447367749d1fe3d2e7d3d39.tar.xz |
Added a line to create a target.txt if one does not exist, based on the target.template file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@723 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Conf')
-rw-r--r-- | Tools/Conf/target.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/Conf/target.template b/Tools/Conf/target.template new file mode 100644 index 0000000000..e961d705c6 --- /dev/null +++ b/Tools/Conf/target.template @@ -0,0 +1,3 @@ +ACTIVE_PLATFORM = MdePkg.fpd +ACTIVE_TARGET = DEBUG +ACTIVE_ARCH = IA32 |