build process_group_symbolizer.cpp first along with markers
This commit is contained in:
parent
0ec4d3101c
commit
8d233becdc
1 changed files with 6 additions and 3 deletions
9
Makefile
9
Makefile
|
@ -13,8 +13,8 @@ install:
|
|||
$(PYTHON) scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1 install
|
||||
|
||||
mapnik:
|
||||
# we first build memory intensive files with -j1
|
||||
$(PYTHON) scons/scons.py -j1 \
|
||||
# we first build memory intensive files with -j2
|
||||
$(PYTHON) scons/scons.py -j2 \
|
||||
--config=cache --implicit-cache --max-drift=1 \
|
||||
src/json/libmapnik-json.a \
|
||||
src/wkt/libmapnik-wkt.a \
|
||||
|
@ -24,8 +24,11 @@ mapnik:
|
|||
src/image_filter_types.os \
|
||||
src/renderer_common/process_group_symbolizer.cpp \
|
||||
src/agg/process_markers_symbolizer.cpp \
|
||||
src/agg/process_group_symbolizer.cpp \
|
||||
src/grid/process_markers_symbolizer.cpp \
|
||||
src/cairo/process_markers_symbolizer.cpp
|
||||
src/grid/process_group_symbolizer.cpp \
|
||||
src/cairo/process_markers_symbolizer.cpp \
|
||||
src/cairo/process_group_symbolizer.cpp \
|
||||
# then install the rest with -j$(JOBS)
|
||||
$(PYTHON) scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue