summaryrefslogtreecommitdiffstats
path: root/PC/VC6/python.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix #16769. Remove outdated Visual Studio project directories for VC6, ↵Brian Curtin2013-01-251-100/+0
| | | | VS7.1, and VS8.
* Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.Hirokazu Yamamoto2010-11-021-4/+4
|
* Defined Py_BUILD_CORE_MODULE also on VC6.Hirokazu Yamamoto2010-11-021-4/+4
|
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-141-6/+1
| | | | | | | | | | | | | | | | - PC/VC6/_bsddb.dsp: removed '/nodefaultlib:"msvcrt"' to fix linker error. - 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 the way of modifying stack size
* And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks ↵Christian Heimes2008-01-041-0/+5
| | | | | | Hiro! (This time, it's the correct branch :)
* Tons of changes to get this closer to being buildable from this directory;Tim Peters2004-01-031-6/+6
| | | | still far away, but a lot closer than it was.
* Move VC6 project files here.Martin v. Löwis2004-01-021-0/+100