]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change default setting in template to only build DEBUG targets instead of both DEBUG...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Oct 2006 22:53:40 +0000 (22:53 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 4 Oct 2006 22:53:40 +0000 (22:53 +0000)
This was done because other FPD files were updates to support both DEBUG and RELEASE targets

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1654 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Conf/target.template

index ce192de4dad28e3f1e5a09d4c659da2f035ce43d..00359dfd456ea84f539e52523cff98d67f9f1d52 100644 (file)
@@ -31,7 +31,7 @@ ACTIVE_PLATFORM       = EdkNt32Pkg/Nt32.fpd
 #                                               valid targets specified in the FPD file will attempt \r
 #                                               to be built.  The following line will build all platform\r
 #                                               targets.\r
 #                                               valid targets specified in the FPD file will attempt \r
 #                                               to be built.  The following line will build all platform\r
 #                                               targets.\r
-# TARGET                = \r
+TARGET                = DEBUG\r
 \r
 #  TARGET_ARCH           List       Optional    What kind of architecture is the binary being target for. \r
 #                                               One, or more, of the following, IA32, IA64, X64, EBC or ARM.\r
 \r
 #  TARGET_ARCH           List       Optional    What kind of architecture is the binary being target for. \r
 #                                               One, or more, of the following, IA32, IA64, X64, EBC or ARM.\r