mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
|
|
||
|
#Import("env_db")
|
||
|
#Import("env")
|
||
|
|
||
|
#env_db.core_sources = []
|
||
|
|
||
|
#env_db.add_source_files(env_db.core_sources, "*.cpp")
|
||
|
#env_db.core_sources.append("./sqlite/sqlite3.c")
|
||
|
|
||
|
# Build it all as a library
|
||
|
#lib = env_db.add_library("database_sqlite", env_db.core_sources)
|
||
|
#env.Prepend(LIBS=[lib])
|