diff options
author | marha <marha@users.sourceforge.net> | 2009-09-15 06:15:22 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-15 06:15:22 +0000 |
commit | 04744f33cf800cc355b9765d7ea543e8648e54fa (patch) | |
tree | 46477b96873c19e3b162bfa25b3afc0155e17258 /xorg-server/installer/vcxsrv.nsi | |
parent | 248700c18b5ec849231f8d0d464b2a021bfbaef8 (diff) | |
download | vcxsrv-04744f33cf800cc355b9765d7ea543e8648e54fa.tar.gz vcxsrv-04744f33cf800cc355b9765d7ea543e8648e54fa.tar.bz2 vcxsrv-04744f33cf800cc355b9765d7ea543e8648e54fa.zip |
Renamed debug version to vcxsrv_dbg and also install together with the symbol file.
Diffstat (limited to 'xorg-server/installer/vcxsrv.nsi')
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index d21ea8801..162560b12 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -57,6 +57,8 @@ Section "VcXsrv (required)" ; Put files there
File "..\obj\servrelease\vcxsrv.exe"
+ File "..\obj\servdebug\vcxsrv_dbg.exe"
+ File "..\obj\servdebug\vcxsrv_dbg.pdb"
File "..\protocol.txt"
File "..\system.XWinrc"
File "..\..\xkbcomp\obj\release\xkbcomp.exe"
|