Changeset 2233
- Timestamp:
- 05/03/07 16:27:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/branches/Dependencies/m2crypto/setup.py
r2232 r2233 11 11 12 12 import os, sys 13 from distutils.core import setup, Extension 13 from setuptools import setup 14 from distutils.core import Extension 14 15 from distutils.command import build_ext 15 16 from distutils.dist import Distribution … … 30 31 # openssl is the attribute corresponding to openssl directory prefix 31 32 # command line option 32 import pdb;pdb.set_trace()33 33 if os.name == 'nt': 34 34 self.libraries = ['ssleay32', 'libeay32'] … … 53 53 include file and library linking options''' 54 54 build_ext.build_ext.finalize_options(self) 55 import pdb;pdb.set_trace()56 55 57 56 opensslIncludeDir = os.path.join(self.openssl, 'include')
Note: See TracChangeset
for help on using the changeset viewer.