diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2000-06-14 20:08:37 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2000-06-14 20:08:37 +0000 |
| commit | ab6d30746066b24d90f32fffc4123dcbc741eb2c (patch) | |
| tree | f4bf9ea8b23cc31a0ed130493996f347ae1c823c /src | |
| parent | 10a9adc84fbd4f8f858c6d8ca37fbeb394877d6b (diff) | |
| download | PROJ-ab6d30746066b24d90f32fffc4123dcbc741eb2c.tar.gz PROJ-ab6d30746066b24d90f32fffc4123dcbc741eb2c.zip | |
make all by default
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@842 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index 0eab56e5..93a95d6f 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 proj.dll +default: all all: proj.lib proj.dll proj.exe |
