Next: Linking against an External Up: Libraries Previous: Linking your app or

Debugging

If you compile your tool or application with debugging enabled, the make package will automatically search for debugging libraries. For example, if you compile our HelloWorldTest with debugging enabled, it will automatically add _d at the end of each library name, thus linking against HelloWorld_d and not against HelloWorld.



Nicola Pero 2000-11-06