Skip to content

Commit

Permalink
Make a start on the Windows installer.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Oct 28, 2014
1 parent e870bce commit 3ed844d
Show file tree
Hide file tree
Showing 11 changed files with 888 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/build_helpers/windows/installer/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
installer.sln -text
installer/installer.vcproj -text
20 changes: 20 additions & 0 deletions misc/build_helpers/windows/installer/installer.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "installer", "installer\installer.vcproj", "{413A02C3-FBCC-42B4-9277-F1CCBDD274CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{413A02C3-FBCC-42B4-9277-F1CCBDD274CA}.Debug|Win32.ActiveCfg = Debug|Win32
{413A02C3-FBCC-42B4-9277-F1CCBDD274CA}.Debug|Win32.Build.0 = Debug|Win32
{413A02C3-FBCC-42B4-9277-F1CCBDD274CA}.Release|Win32.ActiveCfg = Release|Win32
{413A02C3-FBCC-42B4-9277-F1CCBDD274CA}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
4 changes: 4 additions & 0 deletions misc/build_helpers/windows/installer/installer/app.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include <windows.h>
#define IDC_STATIC -1

100 ICON "logo.ico"

0 comments on commit 3ed844d

Please sign in to comment.