[chronojump] Create windows installer from makefiles



commit 0b8e140a22dcd78240486dd86dc898dd79a23e49
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jan 27 16:23:55 2013 +0100

    Create windows installer from makefiles

 Makefile.am    |    2 +-
 win32/Makefile |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 178d48b..b5cfd6d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ if OSTYPE_LINUX
 endif
 
 if OSTYPE_WINDOWS
-win32-bundle:
+win32-installer:
 	make -C win32 bundle
 endif
 
diff --git a/win32/Makefile b/win32/Makefile
index 0a6b4af..0fb3fd6 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -10,3 +10,6 @@ bundle: deploy
 	${CC} -g -o dist/bin/Chronojump.exe -Wall temp.c `pkg-config --cflags --libs mono-2`  logo.o temp.o
 	MONO_PATH=dist/lib/chronojump mkbundle dist/lib/chronojump/Chronojump_Mini.exe --nodeps -c -o temp.c -oo temp.o
 	${CC} -g -o dist/bin/Chronojump_mini.exe -Wall temp.c `pkg-config --cflags --libs mono-2`  logo.o temp.o
+
+installer: bundle
+	"/c/Program Files (x86)/Inno Setup 5/ISCC.exe" chronojump_innosetup.iss



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]