aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-11-13 00:33:40 +0100
committerGitHub <noreply@github.com>2017-11-13 00:33:40 +0100
commit06b2f944d7844bb898ace8a7973f9182aa2234b1 (patch)
tree8cdf833ad2e3ee2c84a53404cad23cc22c57db92 /src/makefile.vc
parent1d54ce2b6f47b9d60bfd28ad0d33a883be3d510a (diff)
downloadPROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.tar.gz
PROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.zip
Removed remaining traces of the built in selftest system (#661)
* Removed remaining traces of the builtin selftest system. Moved all functionality to test/gie * Updated Appveyor and Travis build scripts * Another appveyor script update
Diffstat (limited to 'src/makefile.vc')
-rw-r--r--src/makefile.vc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefile.vc b/src/makefile.vc
index ae2dc587..6bc06bd1 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -56,8 +56,7 @@ support = \
pj_utils.obj pj_gridlist.obj pj_gridinfo.obj \
proj_mdist.obj pj_mutex.obj pj_initcache.obj \
pj_ctx.obj pj_fileapi.obj pj_log.obj pj_apply_vgridshift.obj \
- pj_strtod.obj pj_run_selftests.obj pj_generic_selftest.obj \
- pj_internal.obj
+ pj_strtod.obj pj_internal.obj
pipeline = \
proj_4D_api.obj PJ_cart.obj PJ_pipeline.obj PJ_horner.obj PJ_helmert.obj \