summaryrefslogtreecommitdiffstats
path: root/PCbuild/python3dll.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Fixes warnings when building python3.dll due to the .def file accumulating ↵Steve Dower2015-07-031-2/+2
| | | | | | multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe.
* Fixes python3_d.dll build so that functions are forwarded to python35_d.dllSteve Dower2015-01-311-3/+32
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-124/+53
| | | | which will be used for the official 3.5 release.
* Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH ↵Christian Heimes2013-11-191-6/+6
| | | | for nmake.exe correctly.
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+184