mirror of https://github.com/axmolengine/axmol.git
5b83fa1ac0
* Fix LNK4098 warnings Fixes these two warnings: ``` warning: LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library warning: LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library ``` * Fix LNK2001 error The `version` library is not linked for MSVC compiler and it produces these errors when compiling with MSVC 19. ``` cocos2dInternal.lib(CCApplication-win32.cpp.obj) : error LNK2001: unresolved external symbol _GetFileVersionInfoSizeW@8 cocos2dInternal.lib(CCApplication-win32.cpp.obj) : error LNK2001: unresolved external symbol _GetFileVersionInfoW@16 cocos2dInternal.lib(CCApplication-win32.cpp.obj) : error LNK2001: unresolved external symbol _VerQueryValueW@16 ``` This commit fixes that problem |
||
---|---|---|
.. | ||
2d | ||
3d | ||
audio | ||
base | ||
deprecated | ||
editor-support | ||
math | ||
navmesh | ||
network | ||
physics | ||
physics3d | ||
platform | ||
renderer | ||
scripting | ||
storage | ||
ui | ||
vr | ||
Android.mk | ||
CMakeLists.txt | ||
cc_dummy.c | ||
cocos2d.cpp | ||
cocos2d.h |