diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2004-10-30 05:23:24 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2004-10-30 05:23:24 +0000 |
| commit | 7c05a6113c1b732e9c589fdc41abb6b1d7b0630a (patch) | |
| tree | 7f647a8ed02b7a2f9118d39e3052f8d6bf3c248a /src | |
| parent | 5bd1686217d438f5b053bcf0c05803d51269ea18 (diff) | |
| download | PROJ-7c05a6113c1b732e9c589fdc41abb6b1d7b0630a.tar.gz PROJ-7c05a6113c1b732e9c589fdc41abb6b1d7b0630a.zip | |
added null to list of files to process
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1274 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index f565e422..6df65ac0 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -18,7 +18,7 @@ EXE_PROJ = proj_i.lib # Set the version number for the DLL. Normally we leave this blank since # we want software that is dynamically loading the DLL to have no problem # with version numbers. -VERSION= +VERSION=_fw azimuthal = \ PJ_aeqd.obj PJ_gnom.obj PJ_laea.obj PJ_mod_ster.obj \ @@ -116,6 +116,7 @@ nadshift: nad2bin.exe ..\src\nad2bin.exe < stgeorge.lla stgeorge ..\src\nad2bin.exe < stlrnc.lla stlrnc ..\src\nad2bin.exe < stpaul.lla stpaul + ..\src\nad2bin.exe < null.lla null cd ..\src clean: |
