Commit Graph

8 Commits

Author SHA1 Message Date
Filippos Karapetis
84b97066a3 Some more unification of options:
- 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-08 13:00:43 +00:00
Filippos Karapetis
ce5b63da9b Changed WarnAsError to be true across all engines, in both debug and release builds
svn-id: r34446
2008-09-08 11:57:49 +00:00
Filippos Karapetis
9edc5f445d Changed the MSVC optimization settings for the release version of all 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-09-02 07:59:52 +00:00
Filippos Karapetis
0d3092689b Updated all MSVC project files to use the standard windows-1252 codepage, instead of windows-1250 and windows-1251
svn-id: r30078
2007-12-30 09:37:35 +00:00
Filippos Karapetis
ed824ae03b Updated the MSVC8 IGOR project file for commit #29552
svn-id: r29565
2007-11-19 00:38:38 +00:00
Filippos Karapetis
06d537ab1d Updated the MSVC8 igor project file for commit #29401
svn-id: r29406
2007-11-04 09:10:53 +00:00
Johannes Schickel
53ee37ada5 Update msvc8 project files for r29332.
svn-id: r29334
2007-10-30 23:08:18 +00:00
Johannes Schickel
dfa90a7973 Add msvc8 project file for igor.
svn-id: r29320
2007-10-29 23:58:14 +00:00