From d842f9ef1c88a7aad04a78613548fc0f0638ac48 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 17 Dec 2009 17:04:59 +0000 Subject: Wrong paths for dlls --- xorg-server/installer/vcxsrv.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xorg-server/installer') diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index c2c2b7ac1..014636a67 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -85,8 +85,8 @@ Section "VcXsrv (required)" File "..\XErrorDB" File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe" File "..\..\tools\plink\obj\release\plink.exe" - File "..\..\mesalib\windows\VC8\mesa\Release\swrast_dri.dll" - File "..\..\mesalib\windows\VC8\mesa\Debug\swrast_dri_dbg.dll" + File "..\swrast_dri.dll" + File "..\swrast_dri_dbg.dll" SetOutPath $INSTDIR\fonts File /r "..\fonts\*.*" SetOutPath $INSTDIR\xkbdata -- cgit v1.2.3