Commit Graph

22 Commits

Author SHA1 Message Date
Filippos Karapetis
abd23cf3ca Removed duplicate entry of disk.cpp
svn-id: r41490
2009-06-13 10:23:23 +00:00
Filippos Karapetis
aea120f991 Properly updated the MSVC project files of the parallaction engine, fixing compilation. Side note: please, don't include files outside the engine's directory (like files in /common) for engine project files - it's wrong, as the same code will be compiled twice
svn-id: r41489
2009-06-13 10:20:12 +00:00
Arnaud Boutonné
0648710285 Oups. disk.cpp was also missing in MSVC files
svn-id: r41487
2009-06-13 07:54:25 +00:00
Arnaud Boutonné
355d3e2378 Fix MSVC compilation : iff.h and iff.cpp were move from engines\parallaction\ to graphics\
svn-id: r41484
2009-06-12 22:35:08 +00:00
Filippos Karapetis
a8672bc492 Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM engines
svn-id: r39592
2009-03-21 16:24:07 +00:00
Filippos Karapetis
4805271539 Updated the MSVC project files of the parallaction engine
svn-id: r39403
2009-03-14 17:45:41 +00:00
Filippos Karapetis
73f1e8c85f Updated the MSVC project files of the SCI and parallaction engines
svn-id: r38911
2009-02-26 18:59:41 +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
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
6254f9f34c Updated all MSVC project files with the latest changes to the code (gob and parallaction engines and the file system)
svn-id: r34235
2008-09-01 10:07:48 +00:00
Kari Salminen
5ab21dcb05 Update MSVC project files for Parallaction.
svn-id: r33287
2008-07-25 11:39:58 +00:00
Kari Salminen
273129330a Update MSVC project files.
svn-id: r33004
2008-07-11 13:13:28 +00:00
Kari Salminen
6fa152c58a Updated MSVC project files (Added Parallaction's balloons.cpp).
svn-id: r32904
2008-07-04 09:38:03 +00:00
Kari Salminen
f80dfa14a4 Update MSVC project files.
svn-id: r32119
2008-05-14 16:12:26 +00:00
Filippos Karapetis
6060900ce0 Fixed codepage of parallaction project files (MSVC has a bad habit of changing it for unknown reasons...)
svn-id: r31418
2008-04-06 09:13:39 +00:00
Filippos Karapetis
0d33f62eb7 Updated parallaction MSVC project files for commit #31415
svn-id: r31417
2008-04-06 09:08:57 +00:00
Filippos Karapetis
432777fbc5 Fix upper case
svn-id: r30958
2008-02-25 00:24:00 +00:00
Kari Salminen
4174f0b9d4 Fix compilation on MSVC8 & 9 (Added gui_br.cpp to parallaction's project files. The file was introduced by revision 30739).
svn-id: r30799
2008-02-05 12:17:00 +00:00
Kari Salminen
25172a8524 Fix compilation of Parallaction on MSVC 8 & 9 (Added gfxbase.cpp to their project files).
svn-id: r30677
2008-01-28 15:10:25 +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
d53c0b9fa0 Adding MSVC9 project files
svn-id: r29913
2007-12-20 13:20:42 +00:00