quality-of-life improvements for Visual Studio
parent
ca13160369
commit
dff92d7733
|
@ -7,6 +7,12 @@ build
|
||||||
*.sln
|
*.sln
|
||||||
*.ncb
|
*.ncb
|
||||||
*.vcproj
|
*.vcproj
|
||||||
|
*.vcxproj.user
|
||||||
|
*.VC.db
|
||||||
|
*.VC.db-shm
|
||||||
|
*.VC.db-wal
|
||||||
|
*.VC.opendb
|
||||||
|
*.ipch
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
bin/
|
bin/
|
||||||
|
@ -32,6 +38,7 @@ cmake_uninstall.cmake
|
||||||
*.dir/
|
*.dir/
|
||||||
assimp-config.cmake
|
assimp-config.cmake
|
||||||
assimp-config-version.cmake
|
assimp-config-version.cmake
|
||||||
|
assimpTargets*.cmake
|
||||||
|
|
||||||
# MakeFile
|
# MakeFile
|
||||||
Makefile
|
Makefile
|
||||||
|
|
|
@ -293,7 +293,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
# define AI_NO_EXCEPT noexcept
|
# define AI_NO_EXCEPT noexcept
|
||||||
#else
|
#else
|
||||||
# if (_MSC_VER == 1915 )
|
# if (_MSC_VER >= 1915 )
|
||||||
# define AI_NO_EXCEPT noexcept
|
# define AI_NO_EXCEPT noexcept
|
||||||
# else
|
# else
|
||||||
# define AI_NO_EXCEPT
|
# define AI_NO_EXCEPT
|
||||||
|
|
Loading…
Reference in New Issue