summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl-ref.sln
Commit message (Collapse)AuthorAgeFilesLines
* msvc: add x86_64 build supportSteven Noonan2009-10-241-0/+20
| | | | | | | This updates all the contrib projects for this support as well. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: add tile build supportSteven Noonan2009-10-151-33/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: move contrib projects to contrib, fix some compile errorsSteven Noonan2009-10-151-3/+3
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: fix build for updated PCRESteven Noonan2009-10-151-22/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* MSVC: add tiles build supportSteven Noonan2009-10-121-19/+70
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* msvc: fix projects to compile Crawl properlySteven Noonan2009-10-121-1/+15
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Fix some link errors and a few remaining compile warnings (thepauldubois2008-03-101-0/+3
| | | | | | | | | | | | | ones that aren't bugs) - if static const int foo=VALUE; is in header, don't need to have a definition in a .cc file. The definition goes into every .cc file with "vague linkage" - add sqlite and lua to the sln/vcproj git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3576 c06c8d41-db1a-0410-9941-cceddc491573
* The fixing of a thousand compile errors begins with a single commitpauldubois2008-02-271-0/+26
This is pretty much just a test submit, although the files do work. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3468 c06c8d41-db1a-0410-9941-cceddc491573