summaryrefslogtreecommitdiffstats
path: root/PC/vc5x/python.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Moved VC++ 5.x files to ../PCbuild.Guido van Rossum1998-05-261-97/+0
|
* Change the output names. Do away with the Release and DebugGuido van Rossum1998-05-151-12/+5
| | | | | | | | | | | | | | subdirectories. All final products go into the current directory (i.e., PCbuild). Object files go into temp-release and temp-debug. Debug versions of DLLs have _d appended to their basename, e.g. the debug version of python15.dll is python15_d.dll, the debug version of python.exe is python_d.exe, and the debug version of parser.pyd is parser_d.pyd. (See corresponding patch to importdl.c.) Uniformly changed all extension modules to use .pyd, not .dll.
* Add pretty icon to python.exeGuido van Rossum1997-12-051-0/+15
|
* At Mark Hammond's suggestion:Guido van Rossum1997-09-031-5/+5
| | | | | | | - use the DLL versions of the C runtime (!) - change path settings so intermediate files go to Debug/temp or Release/temp - add resource file to python15.dll (can't remember what this does) - add a separate project to build the parser module
* Changed the way python15.lib is included in the other projects.Guido van Rossum1997-08-181-6/+2
| | | | | Per Mark Hammond's suggestion, add it to the extra libs in Settings instead of to the project's source files.
* DevStudio (CV++ 5.0) Project files.Guido van Rossum1997-08-141-0/+93