ximol/export_defs.hpp File Reference
Detailed Description
Define the export symbol for windows DLL compilation.
if you want to build the DLL, you must define XIMOL_BUILD. if you want to use the DLL, you must define XIMOL_USE.
if you want to build the static librarie, you must define XIMOL_STATIC_BUILD. if you want to use the static librarie, you must define XIMOL_STATIC_USE.
- Author:
- Tournois Florent
- Version:
- 1.0
- Id
- export_defs.hpp,v 1.8 2004/02/22 10:27:32 tournois Exp
- Log
- export_defs.hpp,v
Revision 1.8 2004/02/22 10:27:32 tournois Add some doc.
Revision 1.7 2004/02/22 09:54:19 tournois Change years on the copyright.
Revision 1.6 2004/01/29 20:52:35 tournois doc and tutorial.
Revision 1.5 2003/11/27 15:31:55 hfp partially adapted to vc6.
Revision 1.4 2003/11/02 19:23:01 tournois Go to the boost coding standard. Change all name to lower case.
Revision 1.3 2003/09/24 08:28:17 tournois Create the namespace Encoders, Parser, Xml Change the library organization. add VC7.1 project for this organization.
Definition in file export_defs.hpp.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
|