aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-28 09:32:08 +0000
committermarha <marha@users.sourceforge.net>2009-09-28 09:32:08 +0000
commitbde45e68ad254e7fe92e1afc15f4512ee217d31a (patch)
treeac000c6a2058d34fc716daf4b25e2d6c1758101e /xorg-server/makefile
parent1f7d7f73b06b5add892a284bf563e3f01a60df52 (diff)
downloadvcxsrv-bde45e68ad254e7fe92e1afc15f4512ee217d31a.tar.gz
vcxsrv-bde45e68ad254e7fe92e1afc15f4512ee217d31a.tar.bz2
vcxsrv-bde45e68ad254e7fe92e1afc15f4512ee217d31a.zip
Also install xerrordb file.
Added extra information in error message of winMultiWindowXMsgProcErrorHandler
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r--xorg-server/makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile
index 519a5be53..bdbae3802 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -82,6 +82,9 @@ $(OBJDIR)\$(TTYAPP).exe: $(LINKLIBS)
XKeysymDB: ..\libX11\src\XKeysymDB
copy $< $@
+XErrorDB: ..\libX11\src\XErrorDB
+ copy $< $@
+
$(TTYAPP).exe: $(OBJDIR)\$(TTYAPP).exe
copy $< $@
@@ -104,8 +107,8 @@ load_makefile ..\libX11\nls\makefile MAKESERVER=0 DEBUG=0
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 ..\libX11\nls\all fonts.src\all xkbdata.src\all \
- plink.exe
+all: $(TTYAPP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB XErrorDB \
+ ..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe
protocol.txt: dix\protocol.txt
copy $< $@