aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:16:29 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:16:29 +0000
commit9e49bf897d49131bd9fad87e4da21cd0f967773c (patch)
tree5de7282ed8b84c95f89215b87ddf5c6ce0199084
parenta051efea06eb5320f0641563a018f6a87b0be9e2 (diff)
Fix build when use PortablesAPPS
svn path=/trunk/; revision=54607
-rwxr-xr-xpackaging/portableapps/win32/makenmake.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/portableapps/win32/makenmake.pl b/packaging/portableapps/win32/makenmake.pl
index 9f624ce664..8f700e594e 100755
--- a/packaging/portableapps/win32/makenmake.pl
+++ b/packaging/portableapps/win32/makenmake.pl
@@ -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