mercredi 6 mai 2015

Determine target's Build Configuration type from static library

How can I get the build configuration type from a static library (debug or release)?
Normally we use #ifdef DEBUG but in this case it will not work, because this check is compile time and our static library is already compiled.

Aucun commentaire:

Enregistrer un commentaire