Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/PCbuild/vs9to8.py

    r2 r391  
    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.