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

Modified Files:
        vertoo.config 
Log Message:
Updated installers and vertoo config.
Created M5-SQL installer.

U vertoo.config
Index: vertoo.config
===================================================================
RCS file: /cvsroot/monetdb/sql/vertoo.config,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- vertoo.config       21 Apr 2008 08:19:10 -0000      1.30
+++ vertoo.config       19 May 2008 12:51:57 -0000      1.31
@@ -30,6 +30,11 @@
 main.addAnchors("NT/MonetDB5-SQL64/MonetDB5-SQL-Installer.vdproj",
                 arguments(pattern = "MonetDB-SQL-%v",
                           format = '@normal'))
+main.addAnchors("NT/MonetDB5-SQL/MonetDB5-SQL.vdproj",
+                arguments(pattern = '"ProductVersion" = "8:%v"',
+                          format = "@normal"),
+                arguments(pattern = "MonetDB-SQL-%v",
+                          format = '@normal'))
 main.addAnchor("src/backends/monet4/sql_server.mx", "MonetDB/SQL module v%v")
 
 monetdb.setVersionFormat('@normal%[rc?%rc%build:]')
@@ -37,6 +42,10 @@
 monetdb.addAnchors("MonetDB-SQL.spec.in",
                    arguments(pattern = "\nBuildRequires: MonetDB-devel >= %v",
                              format = "%major.%minor"))
+monetdb.addAnchors("NT/MonetDB5-SQL/MonetDB5-SQL.vdproj",
+                   # yes: use MinVesion, not MinVersion (Microsoft typo)
+                   arguments(pattern = '"FileName" = "8:libbat.dll"\n          
  "MinVesion" = "8:%v"',
+                             format = "@normal"))
 
 java.setVersionFormat('@normal%[rc?%rc%build:]')
 java.addAnchor("configure.ag", "req_monetdb_java_ver=%q")
@@ -46,6 +55,10 @@
 clients.addAnchors("MonetDB-SQL.spec.in",
                    arguments(pattern = "\nBuildRequires: MonetDB-client-devel 
>= %v",
                              format = "%major.%minor"))
+clients.addAnchors("NT/MonetDB5-SQL/MonetDB5-SQL.vdproj",
+                   # yes: use MinVesion, not MinVersion (Microsoft typo)
+                   arguments(pattern = '"FileName" = "8:libMapi.dll"\n         
   "MinVesion" = "8:%v"',
+                             format = "@normal"))
 
 monetdb4.setVersionFormat('@normal%[rc?%rc%build:]')
 monetdb4.addAnchor("configure.ag", "req_monetdb4_ver=%q")
@@ -63,3 +76,7 @@
                               format = "%major.%minor"),
                     arguments(pattern = "\nBuildRequires: 
MonetDB5-server-devel >= %v",
                               format = "%major.%minor"))
+monetdb5.addAnchors("NT/MonetDB5-SQL/MonetDB5-SQL.vdproj",
+                    # yes: use MinVesion, not MinVersion (Microsoft typo)
+                    arguments(pattern = '"FileName" = "8:libmonetdb5.dll"\n    
        "MinVesion" = "8:%v"',
+                              format = "@normal"))


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to