diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /packaging/nsis/wireshark-config.nsh.in | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/nsis/wireshark-config.nsh.in')
-rw-r--r-- | packaging/nsis/wireshark-config.nsh.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark-config.nsh.in b/packaging/nsis/wireshark-config.nsh.in new file mode 100644 index 00000000..769f9e7c --- /dev/null +++ b/packaging/nsis/wireshark-config.nsh.in @@ -0,0 +1,40 @@ +# ============================================================================ +# NSIS configuration definitions. Generated from wireshark-config.nsh.in. +# ============================================================================ + +# Do not prefix comments with ";". They will be removed by CMake. + +# MUST match "<Product ... Name=" in wix/Wireshark.wxs. +#define PROGRAM_NAME "@PROGRAM_NAME@" +#define TOP_SRC_DIR "@TOP_SRC_DIR@" +#define WIRESHARK_TARGET_PLATFORM @WIRESHARK_TARGET_PLATFORM@ +#define EXTRA_INSTALLER_DIR "@EXTRA_INSTALLER_DIR@" +#define NPCAP_PACKAGE_VERSION @NPCAP_VERSION@ +#define USBPCAP_PACKAGE_VERSION @USBPCAP_VERSION@ +#define VERSION @PROJECT_VERSION@ +#define MAJOR_VERSION @PROJECT_MAJOR_VERSION@ +#define MINOR_VERSION @PROJECT_MINOR_VERSION@ +#define PRODUCT_VERSION @PRODUCT_VERSION@ + +#define VCREDIST_DIR "@VCREDIST_DIR@" +#define VCREDIST_EXE "@VCREDIST_EXE@" + +# Optional components + +#cmakedefine MMDBRESOLVE_EXE @MMDBRESOLVE_EXE@ +#cmakedefine BUILD_etwdump +#cmakedefine SPANDSP_FOUND +#cmakedefine BCG729_FOUND +#cmakedefine SBC_FOUND +#cmakedefine ILBC_FOUND +#cmakedefine OPUS_FOUND +#cmakedefine LIBSSH_FOUND + +#cmakedefine DOCBOOK_DIR "@DOCBOOK_DIR@" + +#cmakedefine SMI_DIR "@SMI_DIR@" + +#cmakedefine QT_DIR "@QT_DIR@" + +#cmakedefine ENABLE_SIGNED_NSIS +#cmakedefine SKIP_NSIS_QT_DLLS |