bzr branch
http://bzr.ed.am/sqlite3cc
2
by edam
- further initial development |
1 |
SOURCES := test-main.cc |
2 |
TARGET := test-main |
|
3 |
LIBRARIES := sqlite3cc$(if $(DEBUGMODE),_d,) \ |
|
4 |
boost_filesystem-mt$(if $(DEBUGMODE),-d,) \ |
|
5 |
boost_thread-mt$(if $(DEBUGMODE),-d,) |
|
1
by edam
- initial commit |
6 |
CPPFLAGS := -I../include |
7 |
LDPOSTFLAGS := -L../src -Wl,-rpath=../src |
|
8 |
include ~/src/edam.mk |