summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/CCode/Source/CompressDll/build.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/CCode/Source/CompressDll/build.xml b/Tools/CCode/Source/CompressDll/build.xml
index 6f591b371b..1b0e281103 100644
--- a/Tools/CCode/Source/CompressDll/build.xml
+++ b/Tools/CCode/Source/CompressDll/build.xml
@@ -57,6 +57,16 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<linkerarg value="-mno-cygwin" if="cygwin"/>
<linkerarg value="--add-stdcall-alias" if="cygwin"/>
</cc>
+ <if>
+ <available file="${result}.manifest"/>
+ <then>
+ <exec executable="mt.exe">
+ <arg value="-manifest"/>
+ <arg value="${result}.manifest"/>
+ <arg value="-outputresource:${result};2"/>
+ </exec>
+ </then>
+ </if>
<copy file="${result}" tofile="${BIN_DIR}/CompressDll.dll"/>
<chmod file="${BIN_DIR}/CompressDll.dll" perm="ugo+x"/>
</target>