mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-25 08:57:52 +00:00
forgot about stb_sprintf.h...
This commit is contained in:
@@ -9,8 +9,16 @@
|
||||
# define BUILD_DEBUG 1
|
||||
#endif
|
||||
|
||||
#if ! defined(BUILD_SUPPLEMENTARY_UNIT)
|
||||
# define BUILD_SUPPLEMENTARY_UNIT 0
|
||||
#if ! defined(BUILD_STATIC)
|
||||
# define BUILD_STATIC 0
|
||||
#endif
|
||||
|
||||
#if ! defined(BUILD_DYANMIC)
|
||||
# define BUILD_DYANMIC 0
|
||||
#endif
|
||||
|
||||
#if ! defined(BUILD_API_EXPORT)
|
||||
# define BUILD_API_EXPORT 0
|
||||
#endif
|
||||
|
||||
#if !defined(BUILD_ENTRY_DEFINING_UNIT)
|
||||
|
||||
Reference in New Issue
Block a user