summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Console.vsprops
Commit message (Collapse)AuthorAgeFilesLines
* win32: eliminate need for WIN32TILES/WIN32CONSOLE macrosSteven Noonan2009-10-191-1/+1
| | | | | | | | | | | | | | Instead of defined(WIN32CONSOLE) we should use: defined(TARGET_OS_WINDOWS) && !defined(USE_TILE) As well as replace defined(WIN32TILES) with: defined(TARGET_OS_WINDOWS) && defined(USE_TILE) Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: fix projects to compile Crawl properlySteven Noonan2009-10-121-0/+11
Signed-off-by: Steven Noonan <steven@uplinklabs.net>