summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
Commit message (Collapse)AuthorAgeFilesLines
* Change direct.cc/h to directn.cc/hpauldubois2008-04-201-7/+7
| | | | | | | | Add YY_NO_UNISTD_H to MSVC builds, and turn off warn-as-error for now git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4398 c06c8d41-db1a-0410-9941-cceddc491573
* Fix some link errors and a few remaining compile warnings (thepauldubois2008-03-102-0/+27
| | | | | | | | | | | | | 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
* Another batch of msvc compile fixes.pauldubois2008-03-101-43/+69
| | | | | | | | | | | | | | Added wrapper implementation for opendir/readdir Other functions left stubbed out. It's a shame that crawl's "direct.h" conflicts with <direct.h>. Fixed up use of AppHdr.h in a couple places (it must be included first); changed project to use precompiled headers. crawl now compiles cleanly but doesn't link. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3573 c06c8d41-db1a-0410-9941-cceddc491573
* The fixing of a thousand compile errors begins with a single commitpauldubois2008-02-273-0/+1370
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