VR-Forces 4.0.4 Class Documentation
include/makArchives/makArchives.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: makArchives.h,v $ $Revision: 1.5 $ $State: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #ifndef makArchives_H_
00015 #define makArchives_H_
00016 
00017 #include <boost/serialization/access.hpp>
00018 #include <boost/serialization/nvp.hpp>
00019 #include <boost/serialization/list.hpp>
00020 #include <boost/serialization/map.hpp>
00021 #include <boost/serialization/vector.hpp>
00022 #include <boost/serialization/string.hpp>
00023 
00024 #ifdef _WIN32
00025 
00026 #pragma once
00027 
00028 #ifdef makArchives_EXPORTS
00029 #define DT_DLL_MAKARCHIVES __declspec ( dllexport )
00030 #else
00031 #define DT_DLL_MAKARCHIVES __declspec ( dllimport )
00032 
00033 #ifdef _DEBUG
00034 #pragma comment(lib,"makArchivesd.lib")
00035 #else
00036 #pragma comment(lib,"makArchives.lib")
00037 #endif
00038 
00039 #endif
00040 #else
00041 #define DT_DLL_MAKARCHIVES
00042 #endif
00043 
00044 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)