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 |
||
---|---|---|
.. | ||
cpp-template-default | ||
js-template-default | ||
lua-template-default | ||
cocos2dx_files.json |