An error occurred fetching the project authors.
  1. 08 Jul, 2003 1 commit
  2. 16 Dec, 2002 1 commit
  3. 23 Jul, 2002 1 commit
  4. 13 Aug, 2000 1 commit
  5. 11 Aug, 2000 1 commit
  6. 21 Apr, 2000 1 commit
    • Guido van Rossum's avatar
      Mark Hammond: · 7053b8a4
      Guido van Rossum authored
      * Temp directory for all projects are now specific to the project
      (rather than common as before).  This avoids any conflicts with
      debug symbols or common file names etc.
      NOTE: You should manually delete your existing build directory after
      applying this patch, as the MSVC "clean" command will now only clean
      the new temporary directories - not the existing common temp
      directory.
      
      * Base address for all extension modules updated. PC\dllbase_nt.txt
      also updated.  Erroneous "libpath" directory removed for all
      projects.
      
      * winsound module moved from a builtin module to an extension
      module.  This was done primarily to avoid Python16.dll needing to
      pull in winmm.dll.  Really dumb test added for winsound - but if
      nothing else it ensures the module imports.
      7053b8a4
  7. 06 Apr, 2000 2 commits
  8. 03 Feb, 2000 1 commit
  9. 20 Jan, 2000 1 commit
  10. 08 Apr, 1999 1 commit
  11. 08 Oct, 1998 1 commit
  12. 08 Aug, 1998 1 commit
  13. 06 Aug, 1998 2 commits
  14. 26 May, 1998 1 commit
  15. 15 May, 1998 1 commit
    • Guido van Rossum's avatar
      Change the output names. Do away with the Release and Debug · 837d8bf1
      Guido van Rossum authored
      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.
      837d8bf1
  16. 18 Dec, 1997 2 commits
  17. 03 Sep, 1997 1 commit
    • Guido van Rossum's avatar
      At Mark Hammond's suggestion: · 9ca064fb
      Guido van Rossum authored
      - 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
      9ca064fb
  18. 18 Aug, 1997 1 commit
  19. 14 Aug, 1997 1 commit