mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-07 06:40:22 +00:00
Now Visual Studio 2010 Compatible
Removed a "using namepsace std;" to stop an ambiguous symbol error regarding the "hash" datatype when compiling with Visual Studio 2010. As a result, I had to add a "std::" to an ostringstream. Duplicated, upgraded, and reworked the existing Visual Studio 2008 project so that it now compiles successfully with Visual Studio 2010. Both debug and release work without a hitch on Windows 7. The original Visual Studio 2008 solution is still there if it is needed.
This commit is contained in:
parent
61a5f5c35c
commit
1f6887fcb0
10 changed files with 3554 additions and 3 deletions
33
VS2010/.gitignore
vendored
Normal file
33
VS2010/.gitignore
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
.*
|
||||
*.o
|
||||
*.o.*
|
||||
*.so
|
||||
*.so.dbg
|
||||
*.bin
|
||||
*.gz
|
||||
*.obj
|
||||
*.user
|
||||
*.manifest
|
||||
*.suo
|
||||
*.ncb
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.exp
|
||||
*.tmp
|
||||
*.aps
|
||||
*.opensdf
|
||||
temp/*
|
||||
build/*
|
||||
bin/*
|
||||
ipch/*
|
||||
Debug/*
|
||||
Release/*
|
||||
New Folder/*
|
||||
*.sdf
|
||||
VS2010/*.vcxproj.user
|
||||
VS2010/*.vcxproj.filters
|
||||
|
||||
*.patch
|
||||
*.diff
|
||||
|
||||
!.gitignore
|
Loading…
Add table
Add a link
Reference in a new issue