Guido van Rossum
0decf6c935
Added tkappinit.c source, and define WITH_APPINIT.
1997-12-11 03:42:40 +00:00
Guido van Rossum
3b99430808
# Use proper temp subdir for intermediates.
1997-12-10 15:12:23 +00:00
Guido van Rossum
d666eae55a
Adding a new project: pythonw, or WinMain.c, containing a main program
...
that doesn't have a console window attached. stdout/stderr are lost.
This is handy though for things like grail.
1997-12-10 05:50:18 +00:00
Guido van Rossum
faf8b21507
Add pretty icon to python.exe
1997-12-05 06:31:40 +00:00
Guido van Rossum
36e18e3d52
Added pypcre.c module.
1997-11-25 06:00:59 +00:00
Fred Drake
d80b3bdc1e
Argh; do the same for the "Release" version of the config.
1997-10-02 20:36:45 +00:00
Fred Drake
e40afcf154
Fix up include directories for compiling the resources.
1997-10-02 20:23:52 +00:00
Guido van Rossum
9ca064fbb4
At Mark Hammond's suggestion:
...
- 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
1997-09-03 16:10:52 +00:00
Guido van Rossum
b27d8d8cf2
Changed the way python15.lib is included in the other projects.
...
Per Mark Hammond's suggestion, add it to the extra libs in Settings
instead of to the project's source files.
1997-08-18 20:57:13 +00:00
Guido van Rossum
ff7d104778
DevStudio (CV++ 5.0) Project files.
1997-08-14 23:02:29 +00:00