+ remove Jamroot from utils/pgsql2sqlite
This commit is contained in:
parent
9a7c73aab3
commit
3e0dd76e1e
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
#
|
||||
|
||||
lib program_options : : <name>boost_program_options-xgcc40-mt <search>/usr/local/lib ;
|
||||
lib pq : : <name>pq <search>/opt/postgresql/lib ;
|
||||
lib sqlite : : <name>sqlite3 <search>/usr/local/lib ;
|
||||
|
||||
exe pgsql2sqlite :
|
||||
main.cpp
|
||||
sqlite.cpp
|
||||
../../src/wkb.cpp
|
||||
../../src/envelope.cpp
|
||||
.//program_options
|
||||
.//pq
|
||||
.//sqlite
|
||||
:
|
||||
<include>/usr/local/include/boost-1_38
|
||||
<include>/opt/mapnik/include
|
||||
<include>../../plugins/input/postgis
|
||||
<include>/opt/postgresql/include
|
||||
#<define>MAPNIK_DEBUG
|
||||
;
|
Loading…
Reference in a new issue