Changeset 391 for python/trunk/PC/VS8.0/build_ssl.bat
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/PC/VS8.0/build_ssl.bat
r2 r391 3 3 if %1 EQU Debug ( 4 4 set HOST_PYTHON=python_d.exe 5 if not exist python2 6_d.dll exit 15 if not exist python27_d.dll exit 1 6 6 ) ELSE ( 7 7 set HOST_PYTHON=python.exe 8 if not exist python2 6.dll exit 18 if not exist python27.dll exit 1 9 9 ) 10 10 )
Note:
See TracChangeset
for help on using the changeset viewer.