0003-Fix-static-build.patch 688 B

12345678910111213141516171819202122
  1. diff --git a/makefile.vc b/makefile.vc
  2. index 8559f79..87f8fc9 100644
  3. --- a/makefile.vc
  4. +++ b/makefile.vc
  5. @@ -61,7 +61,7 @@ TARGET_LIB = staticlib
  6. DEFAULT_TARGETS =
  7. -default: $(TARGET_LIB) $(PLUGIN_TARGET) apps_dir
  8. +default: $(TARGET_LIB) $(PLUGIN_TARGET)
  9. # Batch commands to clean main build output are stored in a macro so they can be reused by different
  10. # targets in an inline temporary batch file.
  11. @@ -230,8 +230,6 @@ install: default docs
  12. if exist $(GDAL_DLL) $(INSTALL) $(GDAL_DLL) $(BINDIR)
  13. cd frmts
  14. $(MAKE) /f makefile.vc plugins-install
  15. - cd ..\apps
  16. - $(MAKE) /f makefile.vc install
  17. cd ..
  18. $(INSTALL) data\*.* "$(DATADIR)"
  19. $(INSTALL) LICENSE.TXT "$(DATADIR)"