From 7c05a6113c1b732e9c589fdc41abb6b1d7b0630a Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Sat, 30 Oct 2004 05:23:24 +0000 Subject: added null to list of files to process git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1274 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/makefile.vc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3