Update of /cvsroot/monetdb/pathfinder/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32245/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/pathfinder/NT/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile    7 Mar 2007 15:20:33 -0000       1.10
+++ Makefile    18 Jul 2007 14:26:43 -0000      1.11
@@ -21,6 +21,11 @@
 install: targetdirs pf_config.h all
        $(INSTALL) pf_config.h "$(includedir)"
        $(MAKE) /nologo /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" install
+       $(INSTALL) MXQclient.bat "$(prefix)"
+       $(INSTALL) MXQserver.bat "$(prefix)"
+       $(INSTALL) pf.bat "$(prefix)"
+       $(INSTALL) MonetDB4-XQuery/MonetDB4-Installer.sln "$(prefix)"
+       $(INSTALL) MonetDB4-XQuery/MonetDB4-Installer.vdproj "$(prefix)"
 
 $(SRCDIR)\Makefile.msc: "$(SRCDIR)\Makefile.ag"
         $(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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to