diff options
author | marha <marha@users.sourceforge.net> | 2009-07-24 16:19:55 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-24 16:19:55 +0000 |
commit | afd157af7adf603b15452c5cc914fb772219a1cd (patch) | |
tree | a1e68f54a019aeaaa88b926e6ea59a58b9f8a493 /xorg-server/makefile | |
parent | fb5c0b23c61f99b1a189f13bd1e52836f8498a43 (diff) | |
download | vcxsrv-afd157af7adf603b15452c5cc914fb772219a1cd.tar.gz vcxsrv-afd157af7adf603b15452c5cc914fb772219a1cd.tar.bz2 vcxsrv-afd157af7adf603b15452c5cc914fb772219a1cd.zip |
Also copy xkeysymdb
Protocol.txt is also copied
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r-- | xorg-server/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile index 7ccc0d784..e9ba83e98 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -81,6 +81,9 @@ RESOURCES = XWin.rc $(OBJDIR)\$(WINAPP).exe: $(LINKLIBS) +XKeysymDB: ..\libX11\src\XKeysymDB + copy $< $@ + $(WINAPP).exe: $(OBJDIR)\$(WINAPP).exe copy $< $@ @@ -94,7 +97,7 @@ load_makefile ..\xkbcomp\makefile MAKESERVER=0 DEBUG=$(DEBUG) xkbcomp.exe: ..\xkbcomp\$(OBJDIR:obj\$(OBJDIRPREFIX)%=obj\%)\xkbcomp.exe copy $< $@ -all: $(WINAPP).exe xlaunch.exe xkbcomp.exe protocol.txt +all: $(WINAPP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB protocol.txt: dix\protocol.txt copy $< $@ |