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,) \ |
|
9
by edam
- added NEWS |
4 |
boost_filesystem-mt \ |
5 |
boost_thread-mt |
|
1
by edam
- initial commit |
6 |
CPPFLAGS := -I../include |
7 |
LDPOSTFLAGS := -L../src -Wl,-rpath=../src |
|
8 |
include ~/src/edam.mk |