mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
12 lines
236 B
Plaintext
12 lines
236 B
Plaintext
|
|
||
|
#Import("env_db")
|
||
|
#Import("env")
|
||
|
|
||
|
#env_db.core_sources = []
|
||
|
|
||
|
#env_db.add_source_files(env_db.core_sources, "*.cpp")
|
||
|
|
||
|
# Build it all as a library
|
||
|
#lib = env_db.add_library("database_pgsql", env_db.core_sources)
|
||
|
#env.Prepend(LIBS=[lib])
|