Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
Config.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICE_STORM_CONFIG_H
6#define ICE_STORM_CONFIG_H
7
8#include <Ice/Config.h>
9
10//
11// Automatically link with IceStorm[D|++11|++11D].lib
12//
13
14#if !defined(ICE_BUILDING_ICE_STORM_LIB) && defined(ICESTORM_API_EXPORTS)
15# define ICE_BUILDING_ICE_STORM_LIB
16#endif
17
18#if defined(_MSC_VER) && !defined(ICE_BUILDING_ICE_STORM_LIB)
19# pragma comment(lib, ICE_LIBNAME("IceStorm"))
20#endif
21
22#endif