aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3/win32
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-02-02 23:09:36 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-02-02 23:09:36 +0000
commit043532d63e58e71e33016241b8330886655a3f27 (patch)
tree247c112d0c780a7efb38e2658f3e52dbc820a102 /packaging/u3/win32
parent7c48128948df683cd6d6c859d933df7fccba191f (diff)
add missing mt.exe calls, to include manifest files into exe / dll files
svn path=/trunk/; revision=27357
Diffstat (limited to 'packaging/u3/win32')
-rw-r--r--packaging/u3/win32/makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/u3/win32/makefile.nmake b/packaging/u3/win32/makefile.nmake
index 4c30453366..8e0e2e31ea 100644
--- a/packaging/u3/win32/makefile.nmake
+++ b/packaging/u3/win32/makefile.nmake
@@ -105,6 +105,9 @@ u3util_LIBS= user32.lib shell32.lib
u3util.exe: u3util.obj
@echo Linking $@
$(LINK) /OUT:u3util.exe $(guiflags) $(LDFLAGS) u3util.obj $(u3util_LIBS) $(guilibsdll)
+!IF $(MSC_VER_REQUIRED) >= 1400
+ mt.exe -nologo -manifest "u3util.exe.manifest" -outputresource:u3util.exe;1
+!ENDIF
clean:
cd ../tools