contrib/mul/vimt/algo/vimt_dummy.cxx
Go to the documentation of this file.
00001 // This is mul/vimt/algo/vimt_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 #ifdef _MSC_VER
00008 char * vimt_algo_dummy = "dummy";
00009 #endif