]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Make a start on the Windows installer.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 21 Oct 2014 20:11:56 +0000 (21:11 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Sat, 30 May 2015 18:11:05 +0000 (19:11 +0100)
commitbdfcc0ec711e8620c5ac445de20485a90fd64c2d
tree87cfd52fbcfffe15c1c6cf154a17371b8ce9c5d2
parent9f0bf73ba38740abc25d8a4676d792b840bae90d
Make a start on the Windows installer.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
12 files changed:
misc/build_helpers/windows/installer/.gitattributes [new file with mode: 0644]
misc/build_helpers/windows/installer/installer.sln [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/app.rc [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/installer.cpp [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/installer.vcproj [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/logo.ico [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/logo.svg [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/make-icon.sh [new file with mode: 0755]
misc/build_helpers/windows/installer/installer/stdafx.cpp [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/stdafx.h [new file with mode: 0644]
misc/build_helpers/windows/installer/installer/targetver.h [new file with mode: 0644]
setuptools-0.6c16dev6.egg/setuptools/command/scriptsetup.py