Commit b4b54102 authored by Mircea Bardac's avatar Mircea Bardac

initial commit of the framework for building the Psi windows installer from...

initial commit of the framework for building the Psi windows installer from the command line in a POSIX environment


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@11 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 99cbe9dc
# Makefile for the Psi Installer
.PHONY: all languages files build clean
all: languages files build
languages:
@cd tools; ./preplang
files:
@# detect zip file in build dir and use it
@f=$$(ls -1 build/*.zip | head -n1); cd tools; ./prepfiles ../$$f
build:
cd src; makensis psi.nsi
clean:
rm -rf build/psi_app
rm -f build/*.nsh
rm -f build/*.exe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment