contrib/mul/vil3d/io/vil3d_io_dummy.cxx
Go to the documentation of this file.
00001 // This is mul/vil3d/io/vil3d_io_dummy.cxx
00002 //:
00003 // \file
00004 // \author Ian Scott
00005 // This file merely creates some code so that MSVC and other compilers will actually produce a library.
00006 
00007 
00008 #ifdef _MSC_VER
00009 char * vil3d_io_dummy = "dummy";
00010 #endif
00011