]> wagnertech.de Git - projects.git/blobdiff - Configure
mconnect new
[projects.git] / Configure
index 9e8badc7e110c12b0f0a75270083095ae063c323..325f710c5eb07951b0c95e674d6739b82298cb3c 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -4,7 +4,7 @@ set -e
 function usage {
        cat <<USAGE
 configure PROJECT
-PROJECT = webssh
+PROJECT = libcob-ocesql mconnect webssh
 USAGE
 }
 
@@ -15,6 +15,25 @@ then
 fi
 
 case $1 in
+
+mconnect)
+       cat <<MCONNECT >debian/mconnect.conf
+# generated by configure
+compile_type=NONE
+target_type=DEB
+MCONNECT
+       mconfigure mconnect
+       ;;
+
+libcob-ocesql)
+       cat <<OCESQL >debian/libcob-ocesql.conf
+# generated by configure
+compile_type=ANY
+target_type=DEB
+OCESQL
+       mconfigure -v 1.4 libcob-ocesql
+       ;;
+
 webssh)
        cat <<WEBSSH >debian/webssh.conf
 # generated by configure
@@ -23,6 +42,7 @@ target_type=DEB
 WEBSSH
        mconfigure -V webssh
        ;;
+
 *)
        echo "Invalid project."
        usage