Changeset 388 for python/vendor/current/PCbuild/vs9to8.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/PCbuild/vs9to8.py
r2 r388 25 25 # Bah. VS8.0 does not expand macros in file names. 26 26 # Replace them here. 27 lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3. 5.9')27 lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.6.21') 28 28 lines = lines.replace('$(bsddbDir)\\..\\..', '..\\..\\..\\db-4.7.25.0\\build_windows\\..') 29 29 lines = lines.replace('$(bsddbDir)', '..\\..\\..\\db-4.7.25.0\\build_windows')
Note:
See TracChangeset
for help on using the changeset viewer.