diff options
| author | narboux | 2005-11-10 14:39:34 +0000 |
|---|---|---|
| committer | narboux | 2005-11-10 14:39:34 +0000 |
| commit | df6b8d56b393af8c2193402b8093f51962fd226d (patch) | |
| tree | 3195f23c27fb9b9dd20e397ec50aed530b18f18b | |
| parent | 425e9e12217fdb6d12683db39c8c3442ffa4d203 (diff) | |
windows install
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7552 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | distrib/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 3f203d6d34..91f8b3fbc4 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -289,7 +289,12 @@ $(COQWINZIP): $(TARGZ) MAKENSIS = "/cygdrive/c/Program Files/NSIS/makensis.exe" WIN_INSTALLER:= $(COQPACKAGE)-installer.exe -windows-installer:: +windows-installer: $(WIN_INSTALLER) + +$(WIN_INSTALLER): + @echo "Building Coq." + cd ..;./configure -prefix /coq -emacslib /coq/emacs -reals all;make world #Prefix is not used in fact. + @echo "Building the windows installer." $(MAKENSIS) /DMY_VERSION=$(VERSION) /DOUTFILE=$(WIN_INSTALLER) windows/coq.nsi clean:: |
