• Guido van Rossum's avatar
    Bug submitted by Wayne Knowles, who writes: · 7039f508
    Guido van Rossum yazdı
       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.)
    7039f508
Adı
Son kayıt (commit)
Son güncelleme
..
.cvsignore Loading commit data...
README Loading commit data...
bkfile.py Loading commit data...
checkextensions.py Loading commit data...
checkextensions_win32.py Loading commit data...
extensions_win32.ini Loading commit data...
freeze.py Loading commit data...
hello.py Loading commit data...
makeconfig.py Loading commit data...
makefreeze.py Loading commit data...
makemakefile.py Loading commit data...
modulefinder.py Loading commit data...
parsesetup.py Loading commit data...
win32.html Loading commit data...
winmakemakefile.py Loading commit data...