]> 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>
Mon, 29 Dec 2014 15:37:39 +0000 (15:37 +0000)
commit04fc5627c58b1e1b684d4d00e08937a1dec074ea
tree3def490059d2b4a1ec346eadaaadc13c6d55c4f4
parentea7700848490c3bf0820375202084276ca2dae27
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.6c16dev5.egg/setuptools/command/scriptsetup.py