]> git.stg.codes - stg.git/blobdiff - libs/ibpp/all_in_one.cpp
Port to CMake, get rid of os_int.h.
[stg.git] / libs / ibpp / all_in_one.cpp
diff --git a/libs/ibpp/all_in_one.cpp b/libs/ibpp/all_in_one.cpp
new file mode 100644 (file)
index 0000000..9f74f7e
--- /dev/null
@@ -0,0 +1,56 @@
+///////////////////////////////////////////////////////////////////////////////\r
+//\r
+//     File    : $Id: all_in_one.cpp,v 1.1 2007/05/05 17:00:42 faust Exp $\r
+//     Subject : "All In One" source code file\r
+//\r
+///////////////////////////////////////////////////////////////////////////////\r
+//\r
+//     (C) Copyright 2000-2006 T.I.P. Group S.A. and the IBPP Team (www.ibpp.org)\r
+//\r
+//     The contents of this file are subject to the IBPP License (the "License");\r
+//     you may not use this file except in compliance with the License.  You may\r
+//     obtain a copy of the License at http://www.ibpp.org or in the 'license.txt'\r
+//     file which must have been distributed along with this file.\r
+//\r
+//     This software, distributed under the License, is distributed on an "AS IS"\r
+//     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the\r
+//     License for the specific language governing rights and limitations\r
+//     under the License.\r
+//\r
+///////////////////////////////////////////////////////////////////////////////\r
+//\r
+//     COMMENTS\r
+//     * Tabulations should be set every four characters when editing this file.\r
+//     * This file is just an "all in one" holder for all the core source files\r
+//       of IBPP. When you build a project made of each individual source code\r
+//       files, please DON'T include this one.\r
+//       Though if you prefer, maybe for better compiler optimizations, you can\r
+//       compile all of IBPP at once by just compiling this single .cpp file,\r
+//       which in turn, includes all the others. Presenting such a single\r
+//       compilation unit to the compiler may help it do better optimizations.\r
+//       This is just provided for convenience and is in no case required.\r
+//\r
+///////////////////////////////////////////////////////////////////////////////\r
+\r
+#include "_ibpp.cpp"\r
+#include "_dpb.cpp"\r
+#include "_ibs.cpp"\r
+#include "_rb.cpp"\r
+#include "_spb.cpp"\r
+#include "_tpb.cpp"\r
+\r
+#include "array.cpp"\r
+#include "blob.cpp"\r
+#include "database.cpp"\r
+#include "date.cpp"\r
+#include "dbkey.cpp"\r
+#include "events.cpp"\r
+#include "exception.cpp"\r
+#include "row.cpp"\r
+#include "service.cpp"\r
+#include "statement.cpp"\r
+#include "time.cpp"\r
+#include "transaction.cpp"\r
+#include "user.cpp"\r
+\r
+// Eof\r