From 32c1bb2874f4abff925ae9b0878fc1ee7ef6bba6 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 17 Dec 2009 17:02:40 +0000 Subject: Wrong path for dll --- xorg-server/installer/vcxsrv.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/installer') diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index b6f388ca6..c2c2b7ac1 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -86,7 +86,7 @@ Section "VcXsrv (required)" 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\Release\swrast_dri_dbg.dll" + File "..\..\mesalib\windows\VC8\mesa\Debug\swrast_dri_dbg.dll" SetOutPath $INSTDIR\fonts File /r "..\fonts\*.*" SetOutPath $INSTDIR\xkbdata -- cgit v1.2.3