Staging
v0.8.1
Revision ef4364f3b8d45c713ca4aecf9329587ee0ed1bda authored by Neal Norwitz on 05 April 2007, 05:06:49 UTC, committed by Neal Norwitz on 05 April 2007, 05:06:49 UTC
1 parent 9515c96
Raw File
build_ssl.bat
@echo off
if not defined HOST_PYTHON (
  if %1 EQU Debug (
    set HOST_PYTHON=python_d.exe
  ) ELSE (
    set HOST_PYTHON=python.exe
  )
)
%HOST_PYTHON% build_ssl.py %1 %2

back to top