Panda3D
Loading...
Searching...
No Matches
pandatoolsymbols.h
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file pandatoolsymbols.h
10 * @author drose
11 * @date 2001-04-26
12 */
13
14#ifndef PANDATOOLSYMBOLS_H
15#define PANDATOOLSYMBOLS_H
16
17/* See dtoolsymbols.h for a rant on the purpose of this file. */
18
19#ifdef BUILDING_ASSIMP
20 #define EXPCL_ASSIMP EXPORT_CLASS
21 #define EXPTP_ASSIMP EXPORT_TEMPL
22#else
23 #define EXPCL_ASSIMP IMPORT_CLASS
24 #define EXPTP_ASSIMP IMPORT_TEMPL
25#endif
26
27#ifdef BUILDING_PTLOADER
28 #define EXPCL_PTLOADER EXPORT_CLASS
29 #define EXPTP_PTLOADER EXPORT_TEMPL
30#else
31 #define EXPCL_PTLOADER IMPORT_CLASS
32 #define EXPTP_PTLOADER IMPORT_TEMPL
33#endif
34
35#endif