Changeset 1390

Show
Ignore:
Timestamp:
06/19/08 08:45:26 (5 months ago)
Author:
rexbron
Message:

Get oal python extentions compiling and linking.

Location:
trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk

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

        old new  
        11111384 andrew@aehunter.net-20080618201105-neebgl19i1lbskta 
        12121386 andrew@aehunter.net-20080619122646-zgt191pytyx46daj 
         131387 andrew@aehunter.net-20080619134508-jiifnq0kk4kskv4o 
    • Property bzr:file-ids
      •  

        old new  
         1src/openassetlib/py/CMakeLists.txt      cmakelists.txt-20080619124548-7d7a2x77bqehzcw3-1 
    • Property bzr:ancestry:v3-trunk0
      •  

        old new  
        1111andrew@aehunter.net-20080618195823-74quloizraz2fwj2 
        1212andrew@aehunter.net-20080619122406-jnh8jzrryfz26k5d 
         13andrew@aehunter.net-20080619124658-ma0osj6o1ys7khec 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-19 13:26:46.507999897 +0100 
         1timestamp: 2008-06-19 14:45:08.145999908 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/CMakeLists.txt

    r1384 r1390  
    6262endif ( GLEW_FOUND ) 
    6363 
     64# Python 
     65find_package( PythonLibs ) 
     66 
    6467# kill some warnings, add some windows specific defines 
    6568if ( WIN32 ) 
  • trunk/src/openassetlib/CMakeLists.txt

    r1367 r1390  
    11add_subdirectory( al ) 
    22add_subdirectory( plugins ) 
     3if ( WITH_PYTHON_EXTENTIONS ) 
     4    add_subdirectory( py ) 
     5endif ( WITH_PYTHON_EXTENTIONS )