1
0
Fork 0
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:
Brian Fiete 2019-09-02 17:39:56 -07:00
commit 1f7654b68e
4 changed files with 24 additions and 20 deletions

View file

@ -31,6 +31,7 @@ add_definitions(
-DBF_NO_FBX
-DFT2_BUILD_LIBRARY
-DBFSYSLIB_DYNAMIC
-DBP_DYNAMIC
)
include_directories(

View file

@ -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