r1640: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 14:19:35 +0000 (14:19 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 23 Mar 2002 14:19:35 +0000 (14:19 +0000)
.cvsignore [new file with mode: 0755]
Makefile
doc/Makefile
doc/dsssl/html-docbook.dsl [deleted file]
doc/dsssl/print-docbook.dsl [deleted file]
interfaces/mysql/clsql-mysql.dll [new file with mode: 0644]
interfaces/mysql/clsql-mysql.lib [new file with mode: 0644]

diff --git a/.cvsignore b/.cvsignore
new file mode 100755 (executable)
index 0000000..d7ab7d9
--- /dev/null
@@ -0,0 +1,3 @@
+*.zip
+*.tar.gz
+copy
index face895601bc1ba3633c054d0743f1d677a9781c..7e77ef85e2f9b2f06ccdffdc25ae63cd1b3af7b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.1 2002/03/23 14:04:49 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.2 2002/03/23 14:19:35 kevin Exp $
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -50,6 +50,6 @@ dist: realclean docs
                 -name \*.log -or -name \*.out -or -name \*.dvi -or \
                 -name \*~ -or -name \*.ps -exec rm {} \;
        @tar czf $(DIST_TARBALL) $(DISTDIR)
                 -name \*.log -or -name \*.out -or -name \*.dvi -or \
                 -name \*~ -or -name \*.ps -exec rm {} \;
        @tar czf $(DIST_TARBALL) $(DISTDIR)
-       @find $(DISTDIR) -type f -exec unix2dos -q {} \;
+       @find $(DISTDIR) -type f |grep -v .dll$ |grep -v .lib$ |xargs unix2dos -q
        @zip -rq $(DIST_ZIP) $(DISTDIR)
        @rm -r $(DISTDIR)
        @zip -rq $(DIST_ZIP) $(DISTDIR)
        @rm -r $(DISTDIR)
index 4c1ecdd1846b41b156052f12e3ff1d74f2f5d23c..495fb24c7fc6804890145ebb21988ed4dc1c7f36 100644 (file)
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.1 2002/03/23 14:04:49 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.2 2002/03/23 14:19:29 kevin Exp $
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -29,7 +29,7 @@ DSSSL_HTML=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/html/docbook.dsl
 DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/print/docbook.dsl
 
 # Custom version
 DSSSL_PRINT=/usr/share/sgml/docbook/dsssl-stylesheets-1.76/print/docbook.dsl
 
 # Custom version
-DSSSL_HTML=dsssl/html/docbook.dsl
+DSSSL_HTML=../dsssl/html/docbook.dsl
 DSSSL_PRINT=dsssl/print/docbook.dsl
 
 # Nothing to configure beyond this point
 DSSSL_PRINT=dsssl/print/docbook.dsl
 
 # Nothing to configure beyond this point
diff --git a/doc/dsssl/html-docbook.dsl b/doc/dsssl/html-docbook.dsl
deleted file mode 100644 (file)
index 5d1d4dd..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
-<!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet/EN" CDATA DSSSL>
-]>
-
- <style-sheet>
- <style-specification use="docbook">
- <style-specification-body>
-(element envar ($mono-seq$))
-(element symbol ($mono-seq$))
-(element type ($mono-seq$))
-(element errortype ($mono-seq$))
-(element returnvalue ($italic-mono-seq$))
-(define (book-titlepage-recto-elements)
-  (list (normalize "title")
-        (normalize "subtitle")
-        (normalize "graphic")
-        (normalize "corpauthor")
-        (normalize "authorgroup")
-        (normalize "author")
-        (normalize "editor")
-       (normalize "printhistory")
-        (normalize "copyright")
-        (normalize "abstract")
-        (normalize "legalnotice")))
-(define %use-id-as-filename% #t)
-(define use-output-dir #t)
- --> </style-specification-body>
- --> </style-specification>
-<external-specification id="docbook" document="dbstyle">
- --> </style-sheet>
diff --git a/doc/dsssl/print-docbook.dsl b/doc/dsssl/print-docbook.dsl
deleted file mode 100644 (file)
index b04cc07..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
-<!ENTITY dbstyle PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet/EN" CDATA DSSSL>
-]>
-
- <style-sheet>
- <style-specification use="docbook">
- <style-specification-body>
-(element envar ($mono-seq$))
-(element symbol ($mono-seq$))
-(element type ($mono-seq$))
-(element errortype ($mono-seq$))
-(element returnvalue ($italic-mono-seq$))
-(define (book-titlepage-verso-elements)
-  (list (normalize "title")
-        (normalize "subtitle")
-        (normalize "corpauthor")
-        (normalize "authorgroup")
-        (normalize "author")
-        (normalize "editor")
-        (normalize "edition")
-        (normalize "pubdate")
-       (normalize "printhistory")
-        (normalize "copyright")
-        (normalize "abstract")
-        (normalize "legalnotice")
-        (normalize "revhistory")))
- --> </style-specification-body>
- --> </style-specification>
-<external-specification id="docbook" document="dbstyle">
- --> </style-sheet>
diff --git a/interfaces/mysql/clsql-mysql.dll b/interfaces/mysql/clsql-mysql.dll
new file mode 100644 (file)
index 0000000..4ad28bd
Binary files /dev/null and b/interfaces/mysql/clsql-mysql.dll differ
diff --git a/interfaces/mysql/clsql-mysql.lib b/interfaces/mysql/clsql-mysql.lib
new file mode 100644 (file)
index 0000000..a136bcc
Binary files /dev/null and b/interfaces/mysql/clsql-mysql.lib differ