Age | Commit message (Collapse) | Author |
|
svn-id: r38771
|
|
svn-id: r38739
|
|
- 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
|
|
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
|
|
instead of windows-1250 and windows-1251
svn-id: r30078
|
|
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
|
|
- Renamed base/options.cpp to base/commandLine.cpp because of conflict
with gui/options.cpp which sit in same directory in MSVC builds
- Moved AudioCDManager singleton declaration outside of Audio namespace
- Fixed numerous MSVC warning of potentially uninitialized variables and
int <-> bool conversions.
svn-id: r22397
|
|
svn-id: r20830
|
|
svn-id: r20726
|
|
svn-id: r20615
|
|
svn-id: r20548
|
|
svn-id: r19876
|
|
svn-id: r18352
|
|
svn-id: r18003
|
|
svn-id: r17037
|
|
svn-id: r16669
|
|
svn-id: r14895
|