Changeset 2250
- Timestamp:
- 08/03/07 17:02:53 (14 years ago)
- Location:
- TI12-security/branches/Dependencies
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/branches/Dependencies
-
Property
svn:ignore
set to
.project
-
Property
svn:ignore
set to
-
TI12-security/branches/Dependencies/m2crypto/setup.cfg
r2232 r2250 6 6 #include_dirs=/usr/local/include 7 7 #library_dirs=/usr/local/lib 8 9 [egg_info] 10 tag_build = ndg 11 -
TI12-security/branches/Dependencies/m2crypto/setup.py
r2233 r2250 19 19 20 20 # 21 class _ build_ext(build_ext.build_ext):21 class _M2CryptoBuildExt(build_ext.build_ext): 22 22 '''Specialization of build_ext to enable swig_opts to inherit any 23 23 include_dirs settings made at the command line or in a setup.cfg file''' … … 139 139 ext_package = 'M2Crypto', 140 140 ext_modules = [m2crypto], 141 cmdclass={'build_ext': _build_ext}) 141 cmdclass = {'build_ext': _M2CryptoBuildExt}, 142 zip_safe = False) 142 143
Note: See TracChangeset
for help on using the changeset viewer.