Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved VC++ 5.x files to ../PCbuild. | Guido van Rossum | 1998-05-26 | 8 | -1172/+0 |
| | |||||
* | Change the output names. Do away with the Release and Debug | Guido van Rossum | 1998-05-15 | 7 | -46/+39 |
| | | | | | | | | | | | | | | 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. | ||||
* | Delete reopmodule.c | Guido van Rossum | 1998-04-10 | 1 | -4/+0 |
| | |||||
* | Added bsddb project | Guido van Rossum | 1997-12-19 | 2 | -0/+112 |
| | |||||
* | Oops, the output file really should be called zlib.pyd here! | Guido van Rossum | 1997-12-18 | 1 | -2/+2 |
| | |||||
* | Added project for zlib | Guido van Rossum | 1997-12-18 | 2 | -0/+108 |
| | |||||
* | Added tkappinit.c source, and define WITH_APPINIT. | Guido van Rossum | 1997-12-11 | 1 | -2/+6 |
| | |||||
* | # Use proper temp subdir for intermediates. | Guido van Rossum | 1997-12-10 | 1 | -2/+2 |
| | |||||
* | Adding a new project: pythonw, or WinMain.c, containing a main program | Guido van Rossum | 1997-12-10 | 2 | -4/+116 |
| | | | | | that doesn't have a console window attached. stdout/stderr are lost. This is handy though for things like grail. | ||||
* | Add pretty icon to python.exe | Guido van Rossum | 1997-12-05 | 1 | -0/+15 |
| | |||||
* | Added pypcre.c module. | Guido van Rossum | 1997-11-25 | 1 | -0/+8 |
| | |||||
* | Argh; do the same for the "Release" version of the config. | Fred Drake | 1997-10-02 | 1 | -1/+1 |
| | |||||
* | Fix up include directories for compiling the resources. | Fred Drake | 1997-10-02 | 1 | -1/+1 |
| | |||||
* | At Mark Hammond's suggestion: | Guido van Rossum | 1997-09-03 | 5 | -17/+125 |
| | | | | | | | - 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 Rossum | 1997-08-18 | 3 | -24/+6 |
| | | | | | 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 Rossum | 1997-08-14 | 4 | -0/+734 |