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

Modified Files:
      Tag: Clients_1-20
        Makefile 
Log Message:
Fixes for Windows.

Index: Makefile
===================================================================
RCS file: /cvsroot/monetdb/clients/NT/Makefile,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- Makefile    31 Aug 2007 09:42:06 -0000      1.6
+++ Makefile    3 Oct 2007 13:26:39 -0000       1.6.2.1
@@ -11,7 +11,7 @@
 
 UNISTD_H = unistd.h
 
-all: "$(SRCDIR)\Makefile.msc" all-msc $(UNISTD_H) Runmclient.bat
+all: "$(SRCDIR)\Makefile.msc" all-msc $(UNISTD_H) Runmclient.bat RunMtest.bat 
RunMapprove.bat
        $(MAKE) /nologo /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" all
 
 check: "$(SRCDIR)\Makefile.msc"
@@ -46,6 +46,12 @@
 Runmclient.bat: "$(SRCDIR)\Runmclient.bat.in"
        $(CONFIGURE) "$(SRCDIR)\Runmclient.bat.in" > Runmclient.bat
 
+RunMtest.bat: "$(SRCDIR)\RunMtest.bat.in"
+        $(CONFIGURE) "$(SRCDIR)\RunMtest.bat.in" > RunMtest.bat
+
+RunMapprove.bat: "$(SRCDIR)\RunMapprove.bat.in"
+        $(CONFIGURE) "$(SRCDIR)\RunMapprove.bat.in" > RunMapprove.bat
+
 targetdirs:
        if not exist "$(bindir)"                $(MKDIR) "$(bindir)"
        if not exist "$(sbindir)"               $(MKDIR) "$(sbindir)"


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to