aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7/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-09-01Updated all MSVC project files with the latest changes to the code (gob and ↵Filippos Karapetis
parallaction engines and the file system) svn-id: r34235
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-23Enable Tinsel also for MSVC 7 & 7.1 & 9 in addition to MSVC 8.Kari Salminen
svn-id: r33239
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-04-01Updated MSVC7 project files using the new MSVC project file conversion toolFilippos Karapetis
svn-id: r31350
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-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-03-16Added new gui/object.cpp files to MSVC projectsMax Horn
svn-id: r26148
2006-09-29First pahse of renaming simon engine to agos. Internal renames. CompilationEugene Sandulenko
is broken svn-id: r24008
2006-05-04Renamed base/gameDetector.h/.cpp to base/options.h/.cppMax Horn
svn-id: r22347
2006-04-14Finish cleanup of root directory. Now move scummvm.rc to dists/Eugene Sandulenko
svn-id: r21860
2006-04-14First batch of root directory cleanup. Now icons are stored in directoryEugene Sandulenko
icons/ and all other assorted stuff in dists/ directory. Still I may broke some packaging/building procedures as no testing was performed. svn-id: r21859
2006-03-04updated msvc7 project filesPaweł Kołodziejski
svn-id: r21075
2006-02-23updated msvc7 project files, it's really this time :)Paweł Kołodziejski
svn-id: r20833
2006-02-12updated msvc7 project filesPaweł Kołodziejski
svn-id: r20625
2005-05-09updatePaweł Kołodziejski
svn-id: r18014
2004-11-22- Hopefully fixed MSVC7 and MSVC8 builds for walkthrough removal and FS ↵Jerome Fisher
changes. I don't have these environments to test in, sorry. svn-id: r15859
2004-11-19updatePaweł Kołodziejski
svn-id: r15833
2004-11-12renamed file mt32Paweł Kołodziejski
svn-id: r15793
2004-11-12updatePaweł Kołodziejski
svn-id: r15792
2004-11-09updatePaweł Kołodziejski
svn-id: r15737
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715
2004-10-23updatePaweł Kołodziejski
svn-id: r15666
2004-09-18updatePaweł Kołodziejski
svn-id: r15162
2004-09-04fixed warning, updated msvc projectsPaweł Kołodziejski
svn-id: r14894
2004-05-21updatePaweł Kołodziejski
svn-id: r13845
2004-05-09removed awe based on Endy statementPaweł Kołodziejski
svn-id: r13809
2004-05-05adding initial code for Another World enginePaweł Kołodziejski
svn-id: r13783
2004-04-23updatePaweł Kołodziejski
svn-id: r13605
2004-04-13disabled SAGAPaweł Kołodziejski
svn-id: r13569
2004-04-11disable warning 4189Paweł Kołodziejski
svn-id: r13538
2004-04-09updatePaweł Kołodziejski
svn-id: r13524
2004-03-30updatePaweł Kołodziejski
svn-id: r13432
2004-03-22updatePaweł Kołodziejski
svn-id: r13363