aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.vc')
-rw-r--r--src/makefile.vc7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/makefile.vc b/src/makefile.vc
index 6f63bc61..f06a769a 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -58,9 +58,13 @@ support = \
pj_ctx.obj pj_fileapi.obj pj_log.obj pj_apply_vgridshift.obj \
pj_strtod.obj pj_run_selftests.obj pj_generic_selftest.obj
+pipeline = \
+ pj_observation.obj
+
geodesic = geodesic.obj
+
LIBOBJ = $(support) $(pseudo) $(azimuthal) $(conic) $(cylinder) $(misc) \
- $(geodesic)
+ $(geodesic) $(pipeline)
PROJEXE_OBJ = proj.obj gen_cheb.obj p_series.obj emess.obj
CS2CSEXE_OBJ = cs2cs.obj gen_cheb.obj p_series.obj emess.obj
GEODEXE_OBJ = geod.obj geod_set.obj geod_interface.obj emess.obj
@@ -146,4 +150,3 @@ install: all
copy proj_api.h $(INSTDIR)\include
copy projects.h $(INSTDIR)\include
copy geodesic.h $(INSTDIR)\include
-