]> 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>
Tue, 28 Oct 2014 16:12:41 +0000 (16:12 +0000)
commit3ed844de5c7c8efdf594b30ce6f653eff3b894ec
treeb6760108df97dad2a66bff3d3ff87c6198486e20
parente870bceb9aaa56a1fdccf65d1404e3f8a9c3eca2
Make a start on the Windows installer.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
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]