aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9/cruise.vcproj
AgeCommit message (Collapse)Author
2009-11-03Deleted all the MSVC project files, since they can be built quickly and ↵Filippos Karapetis
reliably from the gcc files using the create_msvc tool. Added some brief instructions on how to use the tool. svn-id: r45645
2009-10-28Replace our custom MSVC project files by automatically generated ones. Note ↵Johannes Schickel
that this is for active *testing*, I myself had not encountered any problems building a x86 and x64 binary with he msvc9 files. So if you are using MSVC, it would be nice to hear back some feedback whether it works for you or not. svn-id: r45486
2009-07-09- Rewrote and greatly simplified the MSVC8 and MSVC9 project files so that ↵Filippos Karapetis
they use common compilation properties, based on patch #2774908. These common properties make it much simpler to change options and compilation defines globally, similar to how GCC *.mk files do. Also, this fixes problems where an ENABLE_* define was set for one project file but not another (like the situation in revisions 42257 and 42259). It's now much easier to construct a tool which will create the project files dynamically. - Dropped support for MSVC7 and MSVC7.1 for now (as they don't support common compilation properties and it's no longer easy to construct them from the MSVC8 ones) - hopefully, they will return in the future, once we got a more sophisticated tool to create them - Simplified the MSVC9 <-> MSVC8 conversion tools a bit svn-id: r42288
2009-04-01Update MSVC project files (MSVC9's cruise.vcproj bas broken in r39787).Kari Salminen
svn-id: r39792
2009-04-01Added Cruise sound.cpp/.h to the MSVC projectsPaul Gilbert
svn-id: r39787
2009-02-19Merged the contents of fontCharacterTable into staticresPaul Gilbert
svn-id: r38542
2009-02-11Added debugger consolePaul Gilbert
svn-id: r36259
2009-01-25Updated the MSVC projects with the new cruise/staticres filePaul Gilbert
svn-id: r36052
2008-09-08Some more unification of options:Filippos Karapetis
- AdditionalIncludeDirectories is set to "../../;../../engines" - InlineFunctionExpansion is set to "0" for debug and "2" for release builds - DisableLanguageExtensions is set to "false" (disabling language extensions leads to some very weird errors) - Detect64BitPortabilityProblems is set to "false", as setting it to "true" throws loads of warnings too (mainly related to strlen, when trying to store its result in an integer) svn-id: r34448
2008-09-08decompiler.cpp is not used anywhere by default. Remove it to prevent a ↵Filippos Karapetis
warning under MSVC that the object file is empty (since DUMP_SCRIPT is not defined by default, the whole code in this file is not used) svn-id: r34445
2008-09-02Changed the MSVC optimization settings for the release version of all ↵Filippos Karapetis
current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly svn-id: r34270
2008-06-03Removed stringSupport.cpp/.h from the MSVC project files of the cruise engineFilippos Karapetis
svn-id: r32511
2007-12-20Adding MSVC9 project filesFilippos Karapetis
svn-id: r29913