summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/Tiles.vsprops
Commit message (Collapse)AuthorAgeFilesLines
* msvc: add x86_64 build supportSteven Noonan2009-10-241-1/+1
| | | | | | | This updates all the contrib projects for this support as well. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* 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: add tile build supportSteven Noonan2009-10-151-2/+2
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: add tiles build supportSteven Noonan2009-10-121-0/+17
Signed-off-by: Steven Noonan <steven@uplinklabs.net>