gitso

gitso Commit Details


Date:2009-08-16 20:50:54 (15 years 4 months ago)
Author:gerberad
Branch:master
Commit:2db403b214a3f454b517d942a0c5b4410c794d97
Parents: 5812460596c7a35156546fef5b55985f7c13b02f
Message:makegitso.nsi - Added ssl.pyd and socket.pyd to the installer, so the windows version can grab the host from a remote list.

Changes:

File differences

gitso/trunk/makegitso.nsi
3131
3232
3333
34
34
3535
3636
3737
......
6666
6767
6868
69
70
7169
7270
7371
7472
7573
74
75
76
77
7678
7779
7880
;--------------------------------
; Version Information
VIProductVersion "0.6.0"
VIProductVersion "0.6.0.0"
VIAddVersionKey "ProductName" "Gitso"
VIAddVersionKey "Comments" "Gitso is to support others"
VIAddVersionKey "CompanyName" "http://code.google.com/p/gitso"
File ".\icon.png"
File ".\COPYING"
File ".\dist\Gitso.exe"
File ".\dist\bz2.pyd"
File ".\dist\win32api.pyd"
File ".\dist\icon.ico"
File ".\dist\library.zip"
File ".\dist\msvcp71.dll"
File ".\dist\MSVCR71.dll"
File ".\dist\python25.dll"
File ".\dist\bz2.pyd"
File ".\dist\win32api.pyd"
File ".\dist\_ssl.pyd"
File ".\dist\_socket.pyd"
File ".\dist\unicodedata.pyd"
File ".\dist\w9xpopen.exe"
File ".\dist\wx._controls_.pyd"

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05838s using 13 queries.