diff options
-rw-r--r-- | Tools/Conf/target.template | 3 | ||||
-rw-r--r-- | Tools/build.xml | 1 |
2 files changed, 4 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 diff --git a/Tools/build.xml b/Tools/build.xml index 4a57956b87..950bf32044 100644 --- a/Tools/build.xml +++ b/Tools/build.xml @@ -62,6 +62,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. </catalog>]]>
</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"/>
</target>
<target name="clean">
<subant target="clean" inheritall="false">
|