build own assimp dll
This commit is contained in:
28
libs/assimp/code/Common/revision.h
Normal file
28
libs/assimp/code/Common/revision.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef ASSIMP_REVISION_H_INC
|
||||
#define ASSIMP_REVISION_H_INC
|
||||
|
||||
#define GitVersion 0x0
|
||||
#define GitBranch ""
|
||||
|
||||
#define VER_MAJOR 5
|
||||
#define VER_MINOR 0
|
||||
#define VER_PATCH 1
|
||||
#define VER_BUILD 0
|
||||
|
||||
#define STR_HELP(x) #x
|
||||
#define STR(x) STR_HELP(x)
|
||||
|
||||
#define VER_FILEVERSION VER_MAJOR,VER_MINOR,VER_PATCH,VER_BUILD
|
||||
#if (GitVersion == 0)
|
||||
#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD)
|
||||
#else
|
||||
#define VER_FILEVERSION_STR STR(VER_MAJOR) "." STR(VER_MINOR) "." STR(VER_PATCH) "." STR(VER_BUILD) " (Commit 0)"
|
||||
#endif
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define VER_ORIGINAL_FILENAME_STR "assimp.dll"
|
||||
#else
|
||||
#define VER_ORIGINAL_FILENAME_STR "assimp.dll"
|
||||
#endif // NDEBUG
|
||||
|
||||
#endif // ASSIMP_REVISION_H_INC
|
||||
1094
libs/assimp/include/assimp/config.h
Normal file
1094
libs/assimp/include/assimp/config.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user