diff options
author | marha <marha@users.sourceforge.net> | 2011-01-19 15:22:15 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-19 15:22:15 +0000 |
commit | 800da6ed70c65f5059726b7ce35030e9c7235f01 (patch) | |
tree | 2e67c05a59f3d217fd932d4265068e063cdb6d4a | |
parent | 08cb17779b659003efe84937a977771d0cd92bf5 (diff) | |
download | vcxsrv-800da6ed70c65f5059726b7ce35030e9c7235f01.tar.gz vcxsrv-800da6ed70c65f5059726b7ce35030e9c7235f01.tar.bz2 vcxsrv-800da6ed70c65f5059726b7ce35030e9c7235f01.zip |
Also install xclock and xclock-color
-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 ba2897a36..91454e4c1 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -81,6 +81,8 @@ Section "VcXsrv (required)" File "..\xcalc"
File "..\xcalc-color"
File "..\..\apps\xclock\obj\release\xclock.exe"
+ File "..\xclock"
+ File "..\xclock-color"
File "..\..\apps\xwininfo\obj\release\xwininfo.exe"
File "..\XKeysymDB"
File "..\XErrorDB"
@@ -245,6 +247,8 @@ Section "Uninstall" Delete "$INSTDIR\xwininfo.exe"
Delete "$INSTDIR\XKeysymDB"
Delete "$INSTDIR\XErrorDB"
+ Delete "$INSTDIR\XtErrorDB"
+ Delete "$INSTDIR\.Xdefaults"
Delete "$INSTDIR\xlaunch.exe"
Delete "$INSTDIR\plink.exe"
Delete "$INSTDIR\swrast_dri.dll"
|