diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2013-10-20 18:57:28 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2013-10-20 18:57:28 +0000 |
| commit | 8fb066c1172583527c2331c086f006dc621435ef (patch) | |
| tree | 4f5e4371aab0b23655a843ffd8183cbc491dc79f /src/makefile.vc | |
| parent | e6a83749afb645cc4c35ca6e3fde125f0a46c160 (diff) | |
| download | PROJ-8fb066c1172583527c2331c086f006dc621435ef.tar.gz PROJ-8fb066c1172583527c2331c086f006dc621435ef.zip | |
move projects.h to installed headers list (#220)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2396 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/makefile.vc')
| -rw-r--r-- | src/makefile.vc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index a420c926..bcd47f58 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -136,5 +136,6 @@ install: all copy *.dll $(INSTDIR)\bin copy *.lib $(INSTDIR)\lib copy proj_api.h $(INSTDIR)\include + copy projects.h $(INSTDIR)\include copy geodesic.h $(INSTDIR)\include |
