Show
Ignore:
Timestamp:
06/16/08 07:30:42 (5 months ago)
Author:
rexbron
Message:

Build python extentions for opl. oml and oil. Probably needs more work...

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-id:v3-trunk0
      •  

        old new  
        331375 andrew@aehunter.net-20080616113418-7qu4qxldvpxfrdp7 
        441376 andrew@aehunter.net-20080616113559-u5wad4bpwd9uzmd8 
         51377 andrew@aehunter.net-20080616122853-cwqokea7hkf82eo1 
    • Property bzr:file-ids
      •  

        old new  
         1src/openimagelib/py/CMakeLists.txt      cmakelists.txt-20080616122340-yvob89adq4bt30c2-1 
         2src/openmedialib/py/CMakeLists.txt      cmakelists.txt-20080616121513-vphdp07v4w50h712-1 
    • Property bzr:ancestry:v3-trunk0
      •  

        old new  
        33andrew@aehunter.net-20080614141409-u4z2pzco7bmhavlb 
        44andrew@aehunter.net-20080616112610-ky0ylmbwjn9w1mzm 
         5andrew@aehunter.net-20080616122604-vyn3c4elr33ehlai 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-16 12:35:59.805000067 +0100 
         1timestamp: 2008-06-16 13:28:53.707000017 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/src/openimagelib/CMakeLists.txt

    r1366 r1380  
    11add_subdirectory( il ) 
    22add_subdirectory( plugins ) 
    3 #add_subdirectory( py ) 
     3IF ( WITH_PYTHON_EXTENTIONS ) 
     4    add_subdirectory( py ) 
     5ENDIF ( WITH_PYTHON_EXTENTIONS )