aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7/tinsel.vcproj
AgeCommit message (Collapse)Author
2008-12-01Updated the MSVC project files for the new files in tinsel2Filippos Karapetis
svn-id: r35197
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-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-02Added the missing tinsel engine project files for MSVC 7/7.1Filippos Karapetis
svn-id: r34271