aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/groovie.vcproj
AgeCommit message (Collapse)Author
2009-07-09- Rewrote and greatly simplified the MSVC8 and MSVC9 project files so that ↵Filippos Karapetis
they use common compilation properties, based on patch #2774908. These common properties make it much simpler to change options and compilation defines globally, similar to how GCC *.mk files do. Also, this fixes problems where an ENABLE_* define was set for one project file but not another (like the situation in revisions 42257 and 42259). It's now much easier to construct a tool which will create the project files dynamically. - Dropped support for MSVC7 and MSVC7.1 for now (as they don't support common compilation properties and it's no longer easy to construct them from the MSVC8 ones) - hopefully, they will return in the future, once we got a more sophisticated tool to create them - Simplified the MSVC9 <-> MSVC8 conversion tools a bit svn-id: r42288
2009-02-22Updated and synced all MSVC project filesFilippos Karapetis
svn-id: r38771
2009-02-21update older msvcPaweł Kołodziejski
svn-id: r38739
2009-01-14Updated the project files of the groovie engine for commit #35855Filippos Karapetis
svn-id: r35860
2008-11-19Updated the MSVC project files of the groovie engine, for commit #35122Filippos Karapetis
svn-id: r35123
2008-11-16Added MSVC projects for the new groovie engine and enabled the engineFilippos Karapetis
svn-id: r35097