Commit dabb889b authored by Mircea Bardac's avatar Mircea Bardac

automatic path configuration on 'make build'


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@44 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent d6ce014b
......@@ -5,7 +5,7 @@ SRC_APP=http://www.kismith.co.uk/files/psi/windows/nightlies
.PHONY: all languages files build clean
all: path_config languages files build
all: languages files build
download_lang:
......@@ -38,7 +38,7 @@ files:
@# detect zip file in build dir and use it
@f=$$(ls -1 app/*.zip | head -n1); cd tools; ./prepfiles ../$$f
build:
build: path_config
cd src; makensis psi.nsi
clean:
......
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