diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 16:24:47 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 16:24:47 +0000 |
commit | 21ce31868b5716bb6824fa47ed151fad8d8b5502 (patch) | |
tree | 3fb0add2af39f4504775b63dfbca9c8c0d55703f /xorg-server/makefile | |
parent | aadbba08d10065b0104b83084245f41a3e704c41 (diff) | |
parent | 0032f9b66d63a4b1c5222edb8603fb60da379fb0 (diff) | |
download | vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.tar.gz vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.tar.bz2 vcxsrv-21ce31868b5716bb6824fa47ed151fad8d8b5502.zip |
Added xwininfo
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 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 $< $@ |