Fix build when use PortablesAPPS
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 5 Jan 2014 18:16:29 +0000 (18:16 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 5 Jan 2014 18:16:29 +0000 (18:16 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54607 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/portableapps/win32/makenmake.pl

index 9f624ce6649959ef86c1c8a839afabbf9ca3c6cc..8f700e594e3c328d174b669604a2dcd442297d73 100755 (executable)
@@ -21,10 +21,12 @@ COPY        = xcopy
 MOVE    = mv
 MKDIR  = mkdir
 COPY_FLAGS     = /d /y
+PROGRAM_NAME_PATH_GTK = $(PROGRAM_NAME).exe
 
 # XXX This should be defined in config.nmake.
 !IF EXIST("$(TOPDIR)\wireshark-qt-release\qtshark.exe")
 QT_DIR = "$(TOPDIR)\wireshark-qt-release" 
+PROGRAM_NAME_PATH_QT = "qtshark.exe"
 !ENDIF
 !IF EXIST("$(TOPDIR)\wireshark-qt-release\Qt5Core.dll")
 NEED_QT5_DLL   = USE