| 12345678910 |
- /**
- * @file dtool.cxx
- * @author drose
- * @date 2000-05-15
- */
- // This is a dummy file whose sole purpose is to give the compiler something
- // to compile when making libdtool.so in NO_DEFER mode, which generates an
- // empty library that itself links with all the other shared libraries that
- // make up libdtool.
|