Skip to content
Snippets Groups Projects
  1. Sep 14, 2020
    • 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 09, 2020
  3. Mar 11, 2018
  4. Mar 07, 2018
  5. Feb 19, 2018
  6. Aug 14, 2017
  7. Mar 13, 2017
  8. Dec 08, 2016
  9. Dec 07, 2016
  10. Oct 23, 2016
  11. Sep 15, 2016
  12. Sep 13, 2016
  13. Aug 24, 2016
  14. Aug 13, 2016
  15. Jul 20, 2016
  16. Nov 18, 2012
Loading