mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
allow building with LINK_ALL_STATIC
This commit is contained in:
parent
4bcb8ab8c3
commit
07b77f24cc
@ -61,7 +61,7 @@ using namespace std;
|
||||
// this is tempory .. untill this is glued better into the panda build system
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && !defined(LINK_ALL_STATIC)
|
||||
#define EXPORT_THIS __declspec(dllexport)
|
||||
#define IMPORT_THIS extern __declspec(dllimport)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user