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/installer/vcxsrv.nsi | |
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/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index ef35e49f9..7f746b259 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -66,6 +66,7 @@ Section "VcXsrv (required)" File "..\xcalc"
File "..\xcalc-color"
File "..\..\apps\xclock\obj\release\xclock.exe"
+ File "..\..\apps\xwininfo\obj\release\xwininfo.exe"
File "..\XKeysymDB"
File "..\XErrorDB"
File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe"
|