Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/PCbuild/vs9to8.py

    r2 r388  
    2525            # Bah. VS8.0 does not expand macros in file names.
    2626            # Replace them here.
    27             lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.5.9')
     27            lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.6.21')
    2828            lines = lines.replace('$(bsddbDir)\\..\\..', '..\\..\\..\\db-4.7.25.0\\build_windows\\..')
    2929            lines = lines.replace('$(bsddbDir)', '..\\..\\..\\db-4.7.25.0\\build_windows')
Note: See TracChangeset for help on using the changeset viewer.