VR-Vantage API Documentation
makArchives.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: makArchives.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
13 
14 #ifndef makArchives_H_
15 #define makArchives_H_
16 
17 #include <boost/serialization/access.hpp>
18 #include <boost/serialization/nvp.hpp>
19 #include <boost/serialization/list.hpp>
20 #include <boost/serialization/map.hpp>
21 #include <boost/serialization/vector.hpp>
22 #include <boost/serialization/string.hpp>
23 
24 #ifdef _WIN32
25 
26 #pragma once
27 
28 #ifdef makArchives_EXPORTS
29 #define DT_DLL_MAKARCHIVES __declspec ( dllexport )
30 #else
31 #define DT_DLL_MAKARCHIVES __declspec ( dllimport )
32 
33 #ifdef _DEBUG
34 #pragma comment(lib,"makArchivesd.lib")
35 #else
36 #pragma comment(lib,"makArchives.lib")
37 #endif
38 
39 #endif
40 #else
41 #define DT_DLL_MAKARCHIVES
42 #endif
43 
44 #endif


Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)