Staging
v0.8.1
Revision 7039f50828473a030123d2bc2990532bcac9b5d9 authored by Guido van Rossum on 12 March 1999, 22:07:05 UTC, committed by Guido van Rossum on 12 March 1999, 22:07:05 UTC
   Under Windows, python freeze.py -o hello hello.py
   creates all the correct files in the hello subdirectory, but the
   Makefile has the directory prefix in it for frozen_extensions.c
   nmake fails because it tries to locate hello/frozen_extensions.c

(His fix adds a call to os.path.basename() in the appropriate place.)
1 parent bf5a6d2
History
File Mode Size
api
ext
html
info
lib
mac
paper-a4
paper-letter
perl
ref
sgml
templates
texinputs
tools
tut
.cvsignore -rwxr-xr-x 91 bytes
Makefile -rw-r--r-- 6.4 KB
Makefile.deps -rw-r--r-- 4.5 KB
README -rw-r--r-- 8.5 KB
TODO -rw-r--r-- 884 bytes
libmods.tex -rwxr-xr-x 342 bytes
libstd.tex -rwxr-xr-x 345 bytes

README

back to top