This commit is contained in:
John Cupitt 2008-03-02 15:44:16 +00:00
parent 8a526c74da
commit 25122b7600

4
libsrc/dummy2.cpp Normal file
View File

@ -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;