aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-26 08:56:57 +0200
committermarha <marha@users.sourceforge.net>2012-06-26 08:56:57 +0200
commit8fd115adc568833cdb5af22b65a09c38e0eac20f (patch)
tree64c202a2f8a02ca912c6f6927dd3d01becf79d34 /xorg-server/installer
parentcb7834dd9f1b1816536a5ba419095c160f22a758 (diff)
downloadvcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.tar.gz
vcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.tar.bz2
vcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.zip
libX11 is now compiled as dll
Diffstat (limited to 'xorg-server/installer')
-rw-r--r--xorg-server/installer/vcxsrv.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi
index 4286a9151..b9fcc61c3 100644
--- a/xorg-server/installer/vcxsrv.nsi
+++ b/xorg-server/installer/vcxsrv.nsi
@@ -100,6 +100,7 @@ Section "VcXsrv (required)"
File "..\..\libxml2\bin\libxml2.dll"
File "..\..\zlib\obj\release\zlib1.dll"
File "..\..\libXau\obj\release\libXau.dll"
+ File "..\..\libX11\obj\release\libX11.dll"
File "..\..\libxml2\bin\iconv.dll"
!ifndef VS2008
File "msvcr100.dll"