summaryrefslogtreecommitdiffstats
path: root/PC/VC6/_sqlite3.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that ↵Martin v. Löwis2011-03-061-131/+131
| | | | | | the files will have the right line ending even if the extension is not active.
* Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-051-131/+131
|
* Recorded merge of revisions 86113 via svnmerge fromHirokazu Yamamoto2010-11-021-4/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86113 | hirokazu.yamamoto | 2010-11-02 22:21:31 +0900 | 1 line Defined Py_BUILD_CORE_MODULE also on VC6. ........
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-141-2/+2
| | | | | | | | | | | | | | | | | | | | - PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - PC/VC6/_msi.dsp, PC/VC6/pcbuild.dsw: added new module support. - PC/VC6/_sqlite3.dsp: /D "MODULE_NAME=\"sqlite3\"" caused extra leading space like #define MODULE_NAME " sqlite3" so uses /D MODULE_NAME=\"sqlite3\" instead. - PC/VC6/python.dsp: changed stack size to 2MB to avoid stack overflow on some tests.
* Patch #1457736: Update VC6 to use current PCbuild settings.Martin v. Löwis2006-10-171-0/+131
Will backport to 2.5.