From 6465e1afb26d7f01a0d4d9e735ddc955dfc6d4a8 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 11 Oct 2009 13:33:22 +0000 Subject: Added copying of swrast_dri.dll and opengl32.dll --- xorg-server/makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'xorg-server/makefile') diff --git a/xorg-server/makefile b/xorg-server/makefile index bdbae3802..49b80ba7b 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -108,7 +108,14 @@ load_makefile fonts.src\makefile MAKESERVER=0 DEBUG=0 load_makefile xkbdata.src\makefile MAKESERVER=0 DEBUG=0 all: $(TTYAPP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB XErrorDB \ - ..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe + ..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe \ + opengl32.dll swrast_dri.dll + +swrast_dri.dll: ..\mesalib\lib\swrast_dri.dll + copy $< $@ + +opengl32.dll: ..\mesalib\lib\opengl32.dll + copy $< $@ protocol.txt: dix\protocol.txt copy $< $@ -- cgit v1.2.3