summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-11-08 06:57:58 +0000
committerDRC <dcommander@users.sourceforge.net>2011-11-08 06:57:58 +0000
commitccc0969dd97ed55b063f79fc2b85011e48b765ca (patch)
tree908b4b88b2d3253bb207925944e9e5cba99d7a16 /release
parentc6c436e9faaca220a0b58027badf08a0907e3589 (diff)
downloadtigervnc-ccc0969dd97ed55b063f79fc2b85011e48b765ca.tar.gz
tigervnc-ccc0969dd97ed55b063f79fc2b85011e48b765ca.zip
Remove Visual C++ support
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4774 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'release')
-rw-r--r--release/tigervnc.iss.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/release/tigervnc.iss.in b/release/tigervnc.iss.in
index 68d69dfa..71632b13 100644
--- a/release/tigervnc.iss.in
+++ b/release/tigervnc.iss.in
@@ -27,12 +27,6 @@ Source: "@CMAKE_CURRENT_BINARY_DIR@\win\vncconfig\{#BUILD_DIR}vncconfig.exe"; De
Source: "@CMAKE_CURRENT_BINARY_DIR@\vncviewer\{#BUILD_DIR}vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
Source: "@CMAKE_SOURCE_DIR@\README.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "@CMAKE_SOURCE_DIR@\LICENCE.TXT"; DestDir: "{app}"; Flags: ignoreversion
-#ifdef HAVE_GNUTLS
-Source: "@GNUTLS_INCLUDE_DIRS@\..\bin\libgnutls-*.dll"; DestDir: "{app}"; Flags: ignoreversion
-Source: "@GNUTLS_INCLUDE_DIRS@\..\bin\libgcrypt-*.dll"; DestDir: "{app}"; Flags: ignoreversion
-Source: "@GNUTLS_INCLUDE_DIRS@\..\bin\libtasn1-*.dll"; DestDir: "{app}"; Flags: ignoreversion
-Source: "@GNUTLS_INCLUDE_DIRS@\..\bin\libgpg-error-*.dll"; DestDir: "{app}"; Flags: ignoreversion
-#endif
[Icons]