]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/CompressDll/build.xml
Call it CompressDll.dll on all host platforms.
[mirror_edk2.git] / Tools / Source / TianoTools / CompressDll / build.xml
index 5df343c0351704e9f9e7461bd6cb0170c1dd182c..210aa4e7578be337bcb1c1adcc7628977462ec06 100644 (file)
@@ -78,6 +78,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       outtype="shared" \r
       optimize="speed" \r
       outfile="${BIN_DIR}/${LibName}"\r
+      outputfileproperty="result"\r
       >\r
       <fileset dir="${ToolName}" includes="${LibFileSet}" defaultexcludes="TRUE" excludes="*.xml *.inf"/>\r
       <includepath path="${env.WORKSPACE}/MdePkg/Include"/>\r
@@ -90,6 +91,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
       <libset dir="${LIB_DIR}" libs="CommonTools"/>\r
       <syslibset libs="kernel32" unless="gcc"/>\r
     </cc>\r
+    <copy file="${result}" tofile="${BIN_DIR}/CompressDll.dll"/>\r
   </target>\r
   <target name="clean" depends="init">\r
     <echo message="Removing Intermediate Files Only"/>\r