Changeset 1391

Show
Ignore:
Timestamp:
06/19/08 08:47:55 (2 months ago)
Author:
rexbron
Message:

Get sqlite plugin for oal compiling and building on linux at least. FindSQLITE3.cmake needs to be extended for other platforms.

Location:
trunk
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk

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

        old new  
        12121386 andrew@aehunter.net-20080619122646-zgt191pytyx46daj 
        13131387 andrew@aehunter.net-20080619134508-jiifnq0kk4kskv4o 
         141388 andrew@aehunter.net-20080619134737-wcqb6ptssduanj6y 
    • Property bzr:file-ids
      •  

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

        old new  
        1212andrew@aehunter.net-20080619122406-jnh8jzrryfz26k5d 
        1313andrew@aehunter.net-20080619124658-ma0osj6o1ys7khec 
         14andrew@aehunter.net-20080619134156-uy4fm1k8kygexnbq 
    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-06-19 14:45:08.145999908 +0100 
         1timestamp: 2008-06-19 14:47:37.088999987 +0100 
        22committer: Andrew Hunter <andrew@aehunter.net> 
        33properties:  
  • trunk/src/openassetlib/plugins/sqlite/sqlite3_metadata.cpp

    r1347 r1391  
    66 
    77#include <boost/thread/recursive_mutex.hpp> 
    8 #include <openassetlib/plugins/sqlite/sqlite3_metadata_plugin.hpp> 
     8#include "sqlite3_metadata_plugin.hpp" 
    99 
    1010namespace opl = olib::openpluginlib; 
  • trunk/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.cpp

    r1347 r1391  
    1919#endif 
    2020 
    21 #include <openassetlib/plugins/sqlite/sqlite3_metadata_plugin.hpp> 
    22 #include <openassetlib/plugins/sqlite/database.hpp> 
     21#include "sqlite3_metadata_plugin.hpp" 
     22#include "database.hpp" 
    2323 
    2424namespace olib { namespace openassetlib { namespace plugins { namespace sqlite3 { 
  • trunk/src/openassetlib/plugins/sqlite/sqlite3_metadata_plugin.hpp

    r1347 r1391  
    88#define SQLITE3_METADATA_PLUGIN_INC_ 
    99 
    10 #include <openassetlib/plugins/sqlite/config.hpp> 
    11 #include <openassetlib/al/al_plugin.hpp> 
     10#include "config.hpp" 
     11#include "openassetlib/al/al_plugin.hpp" 
    1212 
    1313namespace opl = olib::openpluginlib;