VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
makArchives
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/list.hpp>
19
#include <boost/serialization/map.hpp>
20
#include <boost/serialization/vector.hpp>
21
#include <boost/serialization/string.hpp>
22
23
#ifdef _WIN32
24
25
#pragma once
26
27
#ifdef makArchives_EXPORTS
28
#define DT_DLL_MAKARCHIVES __declspec ( dllexport )
29
#else
30
#define DT_DLL_MAKARCHIVES __declspec ( dllimport )
31
32
#ifdef _DEBUG
33
#pragma comment(lib,"makArchivesd.lib")
34
#else
35
#pragma comment(lib,"makArchives.lib")
36
#endif
37
38
#endif
39
#else
40
#define DT_DLL_MAKARCHIVES
41
#endif
42
43
#endif
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)