update build system to include map_{load,save}
This commit is contained in:
parent
5a2e437e21
commit
0c32c2bf4a
2 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,7 @@ conf = Configure(env)
|
|||
|
||||
# Libraries and headers dependency checks
|
||||
|
||||
env['CPPPATH'] = ['#agg/include', '#include']
|
||||
env['CPPPATH'] = ['#agg/include', '#include', '#']
|
||||
|
||||
for path in [env['BOOST_INCLUDES'], env['PNG_INCLUDES'], env['JPEG_INCLUDES'], env['TIFF_INCLUDES'], env['PGSQL_INCLUDES'], env['PROJ_INCLUDES']]:
|
||||
if path not in env['CPPPATH']: env['CPPPATH'].append(path)
|
||||
|
|
|
@ -51,6 +51,8 @@ source = Split(
|
|||
line_pattern_symbolizer.cpp
|
||||
text_symbolizer.cpp
|
||||
font_engine_freetype.cpp
|
||||
load_map.cpp
|
||||
save_map.cpp
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue