]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/CompressDll/build.xml
Changed spelling to manifest
[mirror_edk2.git] / Tools / Source / TianoTools / CompressDll / build.xml
index 1aa5fb6ac8e335f56ded426bd725c260688e452f..5043d127d5a2bc00f19ef65be67cfab2bb979f3e 100644 (file)
@@ -40,10 +40,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     <cc name="${ToolChain}" \r
       objdir="${BUILD_DIR}" \r
       outtype="shared" \r
+      debug="true"\r
       optimize="speed" \r
       outfile="${BIN_DIR}/${LibName}"\r
       outputfileproperty="result"\r
       >\r
+      <compilerarg value="${ExtraArgus}" if="ExtraArgus" />\r
       <fileset dir="${LibName}" includes="${LibFileSet}" defaultexcludes="TRUE" excludes="*.xml *.inf"/>\r
       <includepath path="${PACKAGE_DIR}/Include"/>\r
       <includepath path="${PACKAGE_DIR}/Include/${HostArch}"/>\r