From b73b2300e7f9b90369efd2f14f086f68ee15d55f Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Jan 2013 16:11:46 +0100 Subject: Solved compile problems in fontconfig introduced by latest merge --- xorg-server/installer/vcxsrv.nsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xorg-server') diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index ab4310a1f..c226b4691 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -82,6 +82,7 @@ Section "VcXsrv (required)" File "..\..\apps\xwininfo\obj\release\xwininfo.exe" File "..\XKeysymDB" File "..\..\libX11\src\XErrorDB" + File "..\..\libX11\src\xcms\Xcms.txt" File "..\XtErrorDB" File "..\.Xdefaults" File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe" @@ -206,6 +207,7 @@ Section "Uninstall" Delete "$INSTDIR\xwininfo.exe" Delete "$INSTDIR\XKeysymDB" Delete "$INSTDIR\XErrorDB" + Delete "$INSTDIR\Xcms.txt" Delete "$INSTDIR\XtErrorDB" Delete "$INSTDIR\.Xdefaults" Delete "$INSTDIR\xlaunch.exe" -- cgit v1.2.3