aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2000-06-14 20:06:55 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2000-06-14 20:06:55 +0000
commit10a9adc84fbd4f8f858c6d8ca37fbeb394877d6b (patch)
treeeeb374fb6154aac0f10ac3141b7960d089aa72bc /src
parentd1daf5d15d947f54e3d8087422f8bacf8ee46be2 (diff)
downloadPROJ-10a9adc84fbd4f8f858c6d8ca37fbeb394877d6b.tar.gz
PROJ-10a9adc84fbd4f8f858c6d8ca37fbeb394877d6b.zip
make proj.dll by default
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@841 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
-rw-r--r--src/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc
index 6e69bf93..0eab56e5 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -45,7 +45,7 @@ LIBOBJ = $(support) $(pseudo) $(azimuthal) $(conic) $(cylinder) $(misc)
EXESRC = proj.c gen_cheb.c p_series.c emess.c
CFLAGS = -I. /nologo
-default: proj.lib
+default: proj.lib proj.dll
all: proj.lib proj.dll proj.exe