]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/String/build.xml
Support building on x64 hosts.
[mirror_edk2.git] / Tools / Source / TianoTools / String / build.xml
index 16c8768522b40a078a8677cf54ea27fc0516169f..868a072e243ee70752e7a2d21cbc1b2a36d2f3a0 100644 (file)
@@ -107,6 +107,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     <cc name="${ToolChain}" objdir="${BUILD_DIR}" \r
         outfile="${LIB_DIR}/${LibName}"\r
         outtype="static"\r
+        debug="true"\r
         optimize="speed">\r
 \r
       <compilerarg value="-fshort-wchar" if="gcc"/>\r
@@ -116,11 +117,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
       <includepath path="${PACKAGE_DIR}/${LibName}"/>\r
       <includepath path="${PACKAGE_DIR}/Include"/>\r
-      <includepath path="${PACKAGE_DIR}/Include"/>\r
-      <includepath path="${PACKAGE_DIR}/Include/Ia32"/>\r
-      <includepath path="${PACKAGE_DIR}/Include/Common"/>\r
-      <includepath path="${PACKAGE_DIR}/Include/Protocol"/>\r
-      <includepath path="${PACKAGE_DIR}/Include/Library"/>\r
+      <includepath path="${PACKAGE_DIR}/Include/${HostArch}"/>\r
       <includepath path="${PACKAGE_DIR}/Common"/>\r
     </cc>\r
   </target>\r