Date: Tuesday, December 19, 2006 @ 18:24:41
  Author: marc
    Path: /cvsroot/carob/carob

   Added: dummymain.cpp (1.1)

Added new targets: checklib, checkstatic, check


---------------+
 dummymain.cpp |   12 ++++++++++++
 1 files changed, 12 insertions(+)


Index: carob/dummymain.cpp
diff -u /dev/null carob/dummymain.cpp:1.1
--- /dev/null   Tue Dec 19 18:24:41 2006
+++ carob/dummymain.cpp Tue Dec 19 18:24:41 2006
@@ -0,0 +1,12 @@
+
+#include "DriverResultSet.hpp"
+
+int main()
+{
+  // ensure we pull out some symbols
+    CarobNS::DriverResultSet *rs;
+
+    rs->next();
+
+    return 1;  
+}

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to