diff options
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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 $< $@ |