diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-19 12:50:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-19 12:50:16 +0200 |
| commit | 4ea0c2d72c80120a6074b97577a2659e23015f5c (patch) | |
| tree | fababdffc9751602fab1930f2b6413f424667977 /src/makefile.vc | |
| parent | 722b2a4ea7ea329fabea4dd92ca1b2c60799f0d7 (diff) | |
| parent | eb2862c80971f106c69bfb46e8324104634fe1f2 (diff) | |
| download | PROJ-4ea0c2d72c80120a6074b97577a2659e23015f5c.tar.gz PROJ-4ea0c2d72c80120a6074b97577a2659e23015f5c.zip | |
Merge pull request #1125 from rouault/rename_nad_as_data
Rename nad/ as data/ and move nad/test* to test/old/*
Diffstat (limited to 'src/makefile.vc')
| -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 d86649dd..cf9d878c 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -129,7 +129,7 @@ $(MULTISTRESSTEST_EXE): $(MULTISTRESSTEST_OBJ) if exist $(MULTISTRESSTEST_EXE).manifest mt -manifest $(MULTISTRESSTEST_EXE).manifest -outputresource:$(MULTISTRESSTEST_EXE);1 nadshift: nad2bin.exe - cd ..\nad + cd ..\data ..\src\nad2bin.exe < conus.lla conus ..\src\nad2bin.exe < MD.lla MD ..\src\nad2bin.exe < TN.lla TN |
