mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 17:14:07 +02:00
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:
parent
5225ad3386
commit
88758fe28d
@ -78,6 +78,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
outtype="shared"
|
outtype="shared"
|
||||||
optimize="speed"
|
optimize="speed"
|
||||||
outfile="${BIN_DIR}/${LibName}"
|
outfile="${BIN_DIR}/${LibName}"
|
||||||
|
outputfileproperty="result"
|
||||||
>
|
>
|
||||||
<fileset dir="${ToolName}" includes="${LibFileSet}" defaultexcludes="TRUE" excludes="*.xml *.inf"/>
|
<fileset dir="${ToolName}" includes="${LibFileSet}" defaultexcludes="TRUE" excludes="*.xml *.inf"/>
|
||||||
<includepath path="${env.WORKSPACE}/MdePkg/Include"/>
|
<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"/>
|
<libset dir="${LIB_DIR}" libs="CommonTools"/>
|
||||||
<syslibset libs="kernel32" unless="gcc"/>
|
<syslibset libs="kernel32" unless="gcc"/>
|
||||||
</cc>
|
</cc>
|
||||||
|
<copy file="${result}" tofile="${BIN_DIR}/CompressDll.dll"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="clean" depends="init">
|
<target name="clean" depends="init">
|
||||||
<echo message="Removing Intermediate Files Only"/>
|
<echo message="Removing Intermediate Files Only"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user