From 25122b760094ffbe175f38f08cd3226fa0cfeb7b Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 2 Mar 2008 15:44:16 +0000 Subject: [PATCH] stuff --- libsrc/dummy2.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libsrc/dummy2.cpp diff --git a/libsrc/dummy2.cpp b/libsrc/dummy2.cpp new file mode 100644 index 00000000..dda00e51 --- /dev/null +++ b/libsrc/dummy2.cpp @@ -0,0 +1,4 @@ +/* mac os x libtool needs to links libraries containing c++ (eg. cimg) with + * g++ ... force this with a dummy c++ file at the top level + */ +const int im__dummy_value = 42;