Call it CompressDll.dll on all host platforms.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@191 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen 2006-05-17 22:39:41 +00:00
parent 5225ad3386
commit 88758fe28d
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
outtype="shared"
optimize="speed"
outfile="${BIN_DIR}/${LibName}"
outputfileproperty="result"
>
<fileset dir="${ToolName}" includes="${LibFileSet}" defaultexcludes="TRUE" excludes="*.xml *.inf"/>
<includepath path="${env.WORKSPACE}/MdePkg/Include"/>
@ -90,6 +91,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<libset dir="${LIB_DIR}" libs="CommonTools"/>
<syslibset libs="kernel32" unless="gcc"/>
</cc>
<copy file="${result}" tofile="${BIN_DIR}/CompressDll.dll"/>
</target>
<target name="clean" depends="init">
<echo message="Removing Intermediate Files Only"/>