Changeset 1377
- Timestamp:
- 06/16/08 06:32:52 (5 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 modified
-
. (modified) (4 props)
-
src/openpluginlib/CMakeLists.txt (modified) (1 diff)
-
src/openpluginlib/py/CMakeLists.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-trunk0
-
old new 1 1 1373 andrew@aehunter.net-20080614130206-thshu8ln95djpgng 2 1374 andrew@aehunter.net-20080616113201-cexl9qhreccah10e
-
- Property bzr:file-ids
-
old new 1 .bzrignore bzrignore-20080613161045-2n6yxm79gaz9g3on-11 src/openpluginlib/py/CMakeLists.txt cmakelists.txt-20080614100344-wn5o3qyb0xgv3cow-1
-
- Property bzr:ancestry:v3-trunk0
-
old new 1 1 andrew@aehunter.net-20080613162705-8emncakb7nkknsbj 2 andrew@aehunter.net-20080614133032-vef9lmcgxyrauqss
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-1 4 14:02:06.701999903 +01001 timestamp: 2008-06-16 12:32:01.502000093 +0100 2 2 committer: Andrew Hunter <andrew@aehunter.net> 3 3 properties:
-
- Property bzr:revision-id:v3-trunk0
-
trunk/src/openpluginlib/CMakeLists.txt
r1362 r1377 1 1 add_subdirectory( pl ) 2 #add_subdirectory( py ) 2 IF ( WITH_PYTHON_EXTENTIONS ) 3 add_subdirectory( py ) 4 ENDIF ( WITH_PYTHON_EXTENTIONS )
