mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1f7654b68e
4 changed files with 24 additions and 20 deletions
|
@ -31,6 +31,7 @@ add_definitions(
|
|||
-DBF_NO_FBX
|
||||
-DFT2_BUILD_LIBRARY
|
||||
-DBFSYSLIB_DYNAMIC
|
||||
-DBP_DYNAMIC
|
||||
)
|
||||
|
||||
include_directories(
|
||||
|
|
|
@ -315,7 +315,7 @@ public:
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef BP_DYNAMIC
|
||||
#if (defined BP_DYNAMIC) || (!defined BF_PLATFORM_WINDOWS)
|
||||
#define BP_EXPORT BF_EXPORT
|
||||
#define BP_CALLTYPE BF_CALLTYPE
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue