aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-06 16:24:47 +0000
committermarha <marha@users.sourceforge.net>2009-11-06 16:24:47 +0000
commit21ce31868b5716bb6824fa47ed151fad8d8b5502 (patch)
tree3fb0add2af39f4504775b63dfbca9c8c0d55703f /xorg-server/makefile
parentaadbba08d10065b0104b83084245f41a3e704c41 (diff)
parent0032f9b66d63a4b1c5222edb8603fb60da379fb0 (diff)
downloadvcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.tar.gz
vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.tar.bz2
vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.zip
Added xwininfo
Diffstat (limited to 'xorg-server/makefile')
-rw-r--r--xorg-server/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg-server/makefile b/xorg-server/makefile
index 968c40915..814b3e915 100644
--- a/xorg-server/makefile
+++ b/xorg-server/makefile
@@ -113,6 +113,9 @@ xcalc.exe: ..\apps\xcalc\obj\release\xcalc.exe XCalc XCalc-color
xclock.exe: ..\apps\xclock\obj\release\xclock.exe
copy $< $@
+xwininfo.exe: ..\apps\xwininfo\obj\release\xwininfo.exe
+ copy $< $@
+
load_makefile ..\tools\plink\makefile MAKESERVER=0 DEBUG=0
plink.exe: ..\tools\plink\obj\release\plink.exe
@@ -124,7 +127,7 @@ load_makefile xkbdata.src\makefile MAKESERVER=0 DEBUG=0
all: $(APP).exe xlaunch.exe xkbcomp.exe protocol.txt XKeysymDB XErrorDB \
..\libX11\nls\all fonts.src\all xkbdata.src\all plink.exe xclock.exe xcalc.exe \
- opengl32.dll swrast_dri.dll
+ xwininfo.exe opengl32.dll swrast_dri.dll
swrast_dri.dll: ..\mesalib\lib\swrast_dri.dll
copy $< $@