diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 15:34:35 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 15:34:35 +0000 |
commit | aadbba08d10065b0104b83084245f41a3e704c41 (patch) | |
tree | 3cf349995b3d9fc9e3c0956fdec94b2c84e9f7ce /xorg-server/installer/vcxsrv.nsi | |
parent | 644f187f8844c573ec9920de33b47892266c6457 (diff) | |
download | vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.gz vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.tar.bz2 vcxsrv-aadbba08d10065b0104b83084245f41a3e704c41.zip |
Added xclock and xcalc to system menu.
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index eea137741..ef35e49f9 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -62,6 +62,10 @@ Section "VcXsrv (required)" File "..\protocol.txt"
File "..\system.XWinrc"
File "..\..\xkbcomp\obj\release\xkbcomp.exe"
+ File "..\..\apps\xcalc\obj\release\xcalc.exe"
+ File "..\xcalc"
+ File "..\xcalc-color"
+ File "..\..\apps\xclock\obj\release\xclock.exe"
File "..\XKeysymDB"
File "..\XErrorDB"
File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe"
|