author | Neal Gompa <neal@enanocms.org> |
Fri, 18 Dec 2009 19:16:05 -0600 | |
changeset 8 | af10a4dbafb4 |
parent 7 | 37824b18ff73 |
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 |