diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-09-28 16:09:32 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-10-03 11:36:51 +0200 |
| commit | d4a1ea307207b0d28d4a139c881302198d296d33 (patch) | |
| tree | e502f9c75fff749ff35b663879e29a16cb006146 /makefile.vc | |
| parent | cc33c1324b5c815901f056abd8baa49ffb064ccd (diff) | |
| download | PROJ-d4a1ea307207b0d28d4a139c881302198d296d33.tar.gz PROJ-d4a1ea307207b0d28d4a139c881302198d296d33.zip | |
Remove nmake build system
Diffstat (limited to 'makefile.vc')
| -rw-r--r-- | makefile.vc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/makefile.vc b/makefile.vc deleted file mode 100644 index d4fb12bd..00000000 --- a/makefile.vc +++ /dev/null @@ -1,30 +0,0 @@ -# -# NMAKE Makefile to build PROJ.4 on Windows -# -# This makefile.vc delegates making targets to src\makefile.vc -# so it's just a thin wrapper. -# -MAKE = nmake -RM = -del - -default: - cd src - $(MAKE) /f makefile.vc - cd ..\data - $(MAKE) /f makefile.vc - cd .. - -clean: - cd src - $(MAKE) /f makefile.vc clean - cd ..\data - $(MAKE) /f makefile.vc clean - cd .. - -install-all: - cd src - $(MAKE) /f makefile.vc install - cd ..\data - $(MAKE) /f makefile.vc install-all - cd .. - |
