author | Dan |
Thu, 17 Dec 2009 05:56:36 -0500 | |
changeset 7 | 37824b18ff73 |
parent 3 | 0cce88c7cf7c |
child 10 | 014d58335b6d |
permissions | -rw-r--r-- |
3 | 1 |
EXPERIENCEUI=/public/exui/Contrib/ExperienceUI |
2 |
ENANOHG=/var/www/html/enano-1.1/repo |
|
7
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
3 |
# ONLY use n.n.n here! Leave prefixes like -hg for ENANO_VERSION_APPEND. |
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
4 |
ENANO_VERSION=1.1.7 |
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
5 |
ENANO_VERSION_APPEND= |
3 | 6 |
|
7 |
all: |
|
7
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
8 |
makensis "-DXPUI_SYSDIR=$(EXPERIENCEUI)" "-DENANO_ROOT=$(ENANOHG)" "-DPRODUCT_VERSION=$(ENANO_VERSION)" \ |
37824b18ff73
Updated version numbering to be more easily controllable from the Makefile
Dan
parents:
3
diff
changeset
|
9 |
"-DPRODUCT_VERSION_APPEND=$(ENANO_VERSION_APPEND)" enano-bundle.nsi |