diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2011-01-10 16:27:09 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2011-01-10 16:27:09 +0000 |
commit | b808a5f5e6ab632c00d4dcd5ad822ec8885ac648 (patch) | |
tree | 1b0f2bafc10a1ec720ffc68b0628bdee7dbbab46 /packaging/portableapps | |
parent | e0424dde5d3b215be7140d6f11c102f3e2178105 (diff) | |
download | wireshark-b808a5f5e6ab632c00d4dcd5ad822ec8885ac648.tar.gz wireshark-b808a5f5e6ab632c00d4dcd5ad822ec8885ac648.tar.bz2 wireshark-b808a5f5e6ab632c00d4dcd5ad822ec8885ac648.zip |
Revert back to NSIS from NSIS Unicode to resolve bug 5558.
svn path=/trunk/; revision=35455
Diffstat (limited to 'packaging/portableapps')
-rw-r--r-- | packaging/portableapps/win32/makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/portableapps/win32/makefile.nmake b/packaging/portableapps/win32/makefile.nmake index 9affb50c35..ccecb499ba 100644 --- a/packaging/portableapps/win32/makefile.nmake +++ b/packaging/portableapps/win32/makefile.nmake @@ -102,14 +102,14 @@ findprocdll: WiresharkPortable-$(VERSION).paf.exe : dirs appinfo nsis-bits pack source Files/WiresharkPortable.exe Installer.nsi - $(MAKENSIS_UNICODE) \ + $(MAKENSIS) \ /DVERSION=$(PAPPS_VERSION) \ /DWSVERSION=$(VERSION) \ /DEXTRA_PLUGINS="$(WIRESHARK_LIBS)\$(NSIS_PLUGINS)" \ Installer.nsi Files/WiresharkPortable.exe : WiresharkPortable.nsi findprocdll - $(MAKENSIS_UNICODE) \ + $(MAKENSIS) \ /DVERSION=$(PAPPS_VERSION) \ /DWSVERSION=$(VERSION) \ /DEXTRA_PLUGINS="$(WIRESHARK_LIBS)\$(NSIS_PLUGINS)" \ |