Skip to content

Commit

Permalink
maybe on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jun 18, 2024
1 parent 76a094a commit 07807fe
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@ CXX_STD = CXX17

STATLIB = s2/libs2static.a

S2LIBS = s2geography/linear-referencing.o \
s2geography/distance.o \
s2geography/accessors.o \
s2geography/accessors-geog.o \
s2geography/build.o \
s2geography/coverings.o \
s2geography/geography.o \
s2geography/predicates.o \
s2/encoded_s2cell_id_vector.o \
S2LIBS = s2/encoded_s2cell_id_vector.o \
s2/encoded_s2point_vector.o \
s2/encoded_s2shape_index.o \
s2/encoded_string_vector.o \
Expand All @@ -61,7 +53,6 @@ S2LIBS = s2geography/linear-referencing.o \
s2/s2builderutil_s2polyline_layer.o \
s2/s2builderutil_s2polyline_vector_layer.o \
s2/s2builderutil_snap_functions.o \
s2/s2builderutil_testing.o \
s2/s2cap.o \
s2/s2cell_id.o \
s2/s2cell_index.o \
Expand Down Expand Up @@ -126,19 +117,25 @@ S2LIBS = s2geography/linear-referencing.o \
s2/s2shapeutil_conversion.o \
s2/s2shapeutil_edge_iterator.o \
s2/s2shapeutil_get_reference_point.o \
s2/s2shapeutil_testing.o \
s2/s2shapeutil_visit_crossing_edge_pairs.o \
s2/s2testing.o \
s2/s2text_format.o \
s2/s2wedge_relations.o \
s2/s2winding_operation.o \
s2/thread_testing.o \
s2/util/bits/bit-interleave.o \
s2/util/coding/coder.o \
s2/util/coding/varint.o \
s2/util/math/exactfloat/exactfloat.o \
s2/util/math/mathutil.o \
s2/util/units/length-units.o
s2/util/units/length-units.o \
s2geography/linear-referencing.o \
s2geography/distance.o \
s2geography/accessors.o \
s2geography/accessors-geog.o \
s2geography/build.o \
s2geography/coverings.o \
s2geography/geography.o \
s2geography/predicates.o

$(SHLIB): $(STATLIB)

Expand Down

0 comments on commit 07807fe

Please sign in to comment.