gitso

gitso Commit Details


Date:2008-08-16 13:52:44 (16 years 4 months ago)
Author:xburnerx
Branch:master
Commit:837063c7e69a8f787b69a10828a9a21d0147a7f4
Parents: cc81ff81440ebae3cf8a6d6cf68a3c7e16672b69
Message:added all the Gitso binary stuff that shows up in dist\ after running makegitso.bat

Changes:

File differences

gitso/trunk/makegitso.nsi
22
33
44
5
5
66
77
88
......
4040
4141
4242
43
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
4462
4563
4664
; ----------------
; written by Derek Buranen (xburnerx@gmail.com) & Aaron Gerber
;
; Install Gitso in Windows using NSIS
; Package Gitso for Windows using NSIS
;--------------------------------
!define VERSION "0.5"
Section "Gitso"
SectionIn RO
SetOutPath $INSTALLDIR
;need to add gitso's exe file here after created with py2exe or something like it
File ".\dist\Gitso.exe"
File ".\dist\bz2.pyd"
File ".\dist\icon.ico"
File ".\dist\library.zip"
File ".\dist\msvcp71.dll"
File ".\dist\MSVCR71.dll"
File ".\dist\python25.dll"
File ".\dist\unicodedata.pyd"
File ".\dist\w9xpopen.exe"
File ".\dist\wx._controls_.pyd"
File ".\dist\wx._core_.pyd"
File ".\dist\wx._gdi_.pyd"
File ".\dist\wx._misc_.pyd"
File ".\dist\wx._windows_.pyd"
File ".\dist\wxbase28uh_net_vc.dll"
File ".\dist\wxbase28uh_vc.dll"
File ".\dist\wxbase28uh_adv_vc.dll"
File ".\dist\wxbase28uh_core_vc.dll"
File ".\dist\wxbase28uh_html_vc.dll"
SetOutPath $WINDIR
File ".\arch\win32\vncviewer.exe"
File ".\arch\win32\WinVNC.exe"

Archive Download the corresponding diff file

Branches

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