Skip to content
Snippets Groups Projects
  1. Sep 14, 2020
    • Albert Gräf's avatar
    • Albert Gräf's avatar
      mingw32: Don't install any binaries into system32. · dd619411
      Albert Gräf authored
      Our 32 bit Windows installer currently installs some binaries (dll and
      exe files) in the Windows system32 directory. This is unnecessary (all
      required dlls are already in the program bin directory where pd.exe will
      readily find them), and actually a nuisance, since we currently don't
      remove some of the dlls in system32 again when uninstalling, causing a
      lot of inconvenient prompts from the installer when upgrading or
      reinstalling.
      
      If the user wants to run cyclist, pdreceive, or pdsend from whatever
      command line he uses, he can easily add the program bin directory to
      PATH himself. That's much better than having our installer pollute the
      system32 directory.
      
      The mingw64 build already does it that way, here we simply apply the
      same fixes to the mingw32 build.
      dd619411
  2. Sep 11, 2020
  3. Sep 09, 2020
  4. Sep 02, 2020
  5. Jul 30, 2020
  6. Jul 08, 2020
  7. May 17, 2020
  8. Nov 17, 2019
  9. Aug 21, 2019
  10. Aug 15, 2019
  11. Jul 26, 2019
  12. Jul 25, 2019
  13. Jul 23, 2019
  14. Mar 01, 2019
  15. Feb 02, 2019
  16. Oct 15, 2018
  17. Sep 26, 2018
  18. Mar 15, 2018
  19. Mar 11, 2018
  20. Mar 09, 2018
  21. Mar 08, 2018
Loading