11 lines
332 B
C++
11 lines
332 B
C++
/**
|
|
* @file dtoolconfig.cxx
|
|
* @author frang
|
|
* @date 2001-01-09
|
|
*/
|
|
|
|
// This is a dummy file whose sole purpose is to give the compiler something
|
|
// to compile when making libdtoolconfig.so in NO_DEFER mode, which generates
|
|
// an empty library that itself links with all the other shared libraries that
|
|
// make up libdtoolconfig.
|