diff options
author | marha <marha@users.sourceforge.net> | 2011-10-06 09:00:52 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-10-06 09:00:52 +0200 |
commit | 6bd3b5031653dcbe6132f28430a7c72e121f7e31 (patch) | |
tree | bc605373947c4c07e3354ef898133798d2a072ea | |
parent | 0b89113fb6ba5b0a9cd0169e53fe284ddcac6682 (diff) | |
download | vcxsrv-6bd3b5031653dcbe6132f28430a7c72e121f7e31.tar.gz vcxsrv-6bd3b5031653dcbe6132f28430a7c72e121f7e31.tar.bz2 vcxsrv-6bd3b5031653dcbe6132f28430a7c72e121f7e31.zip |
Added swrastwgl_dir dlls
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index eb62af24e..8c199ff6d 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -92,6 +92,8 @@ Section "VcXsrv (required)" File "..\..\tools\plink\obj\release\plink.exe"
File "..\swrast_dri.dll"
File "..\swrast_dri_dbg.dll"
+ File "..\swrastwgl_dri.dll"
+ File "..\swrastwgl_dri_dbg.dll"
File "..\dxtn.dll"
File "..\..\libxml2\bin\libxml2.dll"
File "..\..\libxml2\bin\zlib1.dll"
|