aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/scummvm.vcproj
AgeCommit message (Collapse)Author
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-08Changed WarnAsError to be true across all engines, in both debug and release ↵Filippos Karapetis
builds svn-id: r34446
2008-09-06Added missing common/archive.*Filippos Karapetis
svn-id: r34381
2008-09-03Updated MSVC project files for commit #34303Filippos Karapetis
svn-id: r34306
2008-09-02Enabled the new optimizations for older versions of MSVC as wellFilippos Karapetis
Also, included the tinsel engine library for the release version as well (fixes compilation of the release version) svn-id: r34274
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-09-02Added new files to the MSVC projects (engines/dialogs.* and common/queue.h)Filippos Karapetis
svn-id: r34269
2008-08-29Updated msvc8 and msvc9 project files for latest FS changes.Johannes Schickel
svn-id: r34205
2008-08-20Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes ↵Kari Salminen
compiling under MSVC. svn-id: r34063
2008-08-20Added graphics/thumbnail.cpp and graphics/thumbnail.h to MSVC project files.Kari Salminen
svn-id: r34059
2008-07-23Added extra defines and include for Tinsel projectPaul Gilbert
svn-id: r33238
2008-06-30Updated MSVC project files for commit #32828Filippos Karapetis
svn-id: r32849
2008-06-14Updated MS Visual Studio project files for MusicPlugin.Vicent Marti
svn-id: r32701
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
svn-id: r32693
2008-06-02Updated the MSVC project files (added unarj.cpp/.h)Filippos Karapetis
svn-id: r32491
2008-05-28Added ENABLE directives for all ScummVM enginesFilippos Karapetis
svn-id: r32345
2008-05-14Update MSVC project files.Kari Salminen
svn-id: r32119
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the ↵Jordi Vilalta Prat
native MIDI drivers. svn-id: r32097
2008-05-11Update MSVC project files.Kari Salminen
svn-id: r32018
2008-04-20Further updates to the MSVC files for the M4 and MADE enginesFilippos Karapetis
svn-id: r31609
2008-03-31Fix compilation on MSVC 8 & 9 (Added memorypool.h and memorypool.cpp to the ↵Kari Salminen
project file). svn-id: r31345
2008-03-28Updated MSVC8 and MSVC9 ScummVM project files for commit #31287Filippos Karapetis
svn-id: r31293
2008-02-25Updated MSVC8 and MSVC9 project files with the latest fs code changesFilippos Karapetis
svn-id: r30959
2008-02-02Update MSVC8 and MSVC9 project files for commit #30726Filippos Karapetis
svn-id: r30735
2007-12-30Updated all MSVC project files to use the standard windows-1252 codepage, ↵Filippos Karapetis
instead of windows-1250 and windows-1251 svn-id: r30078
2007-12-29Update MSVC8 and MSVC9 project files for patch #1858158Filippos Karapetis
svn-id: r30072
2007-12-28Patch #1858158: BUILD: Plugin building cleanupEugene Sandulenko
svn-id: r30041
2007-12-20Removed unused tag (removed by VS 2008)Filippos Karapetis
svn-id: r29911
2007-11-26Update MSVC8 projectEugene Sandulenko
svn-id: r29644
2007-10-29Add msvc8 project file for igor.Johannes Schickel
svn-id: r29320
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Updated the MSVC8 SCUMMVM project file with the latest changes to fsnodeFilippos Karapetis
svn-id: r28955
2007-08-11Updated the MSVC8 ScummVM project file for commit #28520Filippos Karapetis
svn-id: r28521
2007-07-17added engine stubs code for Drascula gamePaweł Kołodziejski
svn-id: r28130
2007-06-28Update of the MSVC8 project files for commit #27760Filippos Karapetis
svn-id: r27768
2007-06-23Update MSVC8 ScummVM project file for commit #27640Filippos Karapetis
svn-id: r27644
2007-06-15Microsoft VC 8.0 project files updateFilippos Karapetis
svn-id: r27407
2007-05-28re-enable console for debug mode, this time it works :)Paweł Kołodziejski
svn-id: r27000
2007-05-28revert last changePaweł Kołodziejski
svn-id: r26995
2007-05-28reenable console in debug compilation modePaweł Kołodziejski
svn-id: r26990
2007-05-27Updated MSVC8 files for commit #26929Filippos Karapetis
svn-id: r26968
2007-05-21Updated MSVC8 files for commits #26869, #26870Filippos Karapetis
svn-id: r26900
2007-05-01Update MSVC8 project files for commits #26719 and #26723Filippos Karapetis
Note that MSVC8 auto-generated a "FileConfiguration" entry for sound/iff.cpp in scummvm.vcproj. Removing it broke compilation for me, so I'm leaving it in. svn-id: r26733
2007-04-28Updated the rootnamespace property and unified the compiler optimizations ↵Filippos Karapetis
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-28update msvc8 project filesPaweł Kołodziejski
svn-id: r26645
2007-04-15fixed warningsPaweł Kołodziejski
svn-id: r26506
2007-04-15Another patch by thebluegr (bug #1700986), adding sound/aiff.cpp and ↵Sven Hesse
backends/events/default/default-events.cpp svn-id: r26505
2007-04-15Applied the patch by thebluegr (bug #1700986)Sven Hesse
svn-id: r26504
2007-03-16Added new gui/object.cpp files to MSVC projectsMax Horn
svn-id: r26148
2007-03-10Update MSVC8 projectEugene Sandulenko
svn-id: r26053