Update of /cvsroot/monetdb/sql/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32289/NT

Modified Files:
        Makefile 
Log Message:
Install everything that is needed to create a Windows installer.  This
includes the solution and project files which now expect to be used in
the top-level directory of the installation tree.

Also moved some files around to more logical places: banner.bmp,
license.rtf, website.html are only used by Windows, but by all
installers, so move to MonetDB/NT; MapiClient.bat belongs in
clients/NT.


Index: Makefile
===================================================================
RCS file: /cvsroot/monetdb/sql/NT/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile    20 Feb 2007 11:50:44 -0000      1.17
+++ Makefile    18 Jul 2007 14:27:01 -0000      1.18
@@ -12,8 +12,16 @@
 
 !IFDEF HAVE_MONETDB5
 RUNMSERVER5 = RunMserver5.bat
+M5INSTALLER = install-m5installer
 !ELSE
 RUNMSERVER5 =
+M5INSTALLER =
+!ENDIF
+
+!IFDEF HAVE_MONETDB5
+M4INSTALLER = install-m4installer
+!ELSE
+M4INSTALLER =
 !ENDIF
 
 all: "$(SRCDIR)\Makefile.msc" all-msc unistd.h RunMserver.bat RunMtest.bat 
RunMapprove.bat $(RUNMSERVER5)
@@ -23,8 +31,17 @@
        $(MAKE) /nologo /i /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" check
        call RunMtest.bat
 
-install: targetdirs all
+install: targetdirs all $(M4INSTALLER) $(M5INSTALLER)
        $(MAKE) /nologo /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" install
+       $(INSTALL) MSQLserver.bat "$(prefix)"
+
+install-m4installer:
+       $(INSTALL) MonetDB4-SQL\MonetDB4-Installer.sln "$(prefix)"
+       $(INSTALL) MonetDB4-SQL\MonetDB4-Installer.vdproj "$(prefix)"
+
+install-m5installer:
+       $(INSTALL) MonetDB5-SQL\MonetDB5-Installer.sln "$(prefix)"
+       $(INSTALL) MonetDB5-SQL\MonetDB5-Installer.vdproj "$(prefix)"
 
 $(SRCDIR)\Makefile.msc:
        $(CD) "$(SRCDIR)" && autogen.py


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to