Commit Graph

16 Commits

Author SHA1 Message Date
Filippos Karapetis
3f778de173 Updated the MSVC project files of the AGOS and KYRA engines
svn-id: r40639
2009-05-17 08:51:34 +00:00
Filippos Karapetis
70ef87a38b Updated the AGOS engine with the additional files for PN. Also, warnings are not treated as errors in AGOS, cause MSVC throws a warning about the currently non-portable setjmp code in PN
svn-id: r39231
2009-03-08 14:36:09 +00:00
Filippos Karapetis
78f5828f5a Updated and synced all MSVC project files
svn-id: r38771
2009-02-22 00:53:10 +00:00
Paweł Kołodziejski
a25c7debe1 update older msvc
svn-id: r38739
2009-02-21 19:53:20 +00:00
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
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
Paweł Kołodziejski
ab17e03fb3 update msvc8 too from msvc9
svn-id: r30309
2008-01-06 15:02:46 +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
15a94b7c0c Removed a switch that's only in the AGOS MSVC8 project file and is set to false by VS 2008 (MSVC9) - I'm assuming that it's not necessary
svn-id: r29907
2007-12-19 17:26:48 +00:00
Filippos Karapetis
343f624143 Updated the rootnamespace property and unified the compiler optimizations across all engines for the MSVC8 project files. Also, changed the subsystem to be console instead of windows, so that the console window is shown, like in the gcc SVN binaries
svn-id: r26650
2007-04-28 12:05:50 +00:00
Paweł Kołodziejski
ec0f18962a update msvc8 project files
svn-id: r26645
2007-04-28 07:31:44 +00:00
Eugene Sandulenko
1076ae02ea Update MSVC2005 project files
svn-id: r24759
2006-11-22 15:48:16 +00:00
Paweł Kołodziejski
1ba6288a96 update project files
svn-id: r24264
2006-10-10 12:33:59 +00:00
Johannes Schickel
0ea2ed4b1d Updated msvc8 project files.
svn-id: r24126
2006-10-05 19:10:04 +00:00
Johannes Schickel
4eb8f3e07d Updated mavc8 project files. (this time it should work...)
svn-id: r24056
2006-10-01 11:02:31 +00:00
Eugene Sandulenko
59f737594e Phase 3 of Simon engine renaming. Files renaming.
svn-id: r24011
2006-09-29 09:05:46 +00:00