source: python/trunk/PC/VS7.1/build_ssl.bat

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 237 bytes
Line 
1if "%1" == "ReleaseAMD64" call "%MSSdk%\SetEnv" /XP64 /RETAIL
2
3@echo off
4if not defined HOST_PYTHON (
5 if %1 EQU Debug (
6 set HOST_PYTHON=python_d.exe
7 ) ELSE (
8 set HOST_PYTHON=python.exe
9 )
10)
11%HOST_PYTHON% build_ssl.py %1 %2
12
Note: See TracBrowser for help on using the repository browser.