1. 10 Jul, 2003 8 commits
  2. 09 Jul, 2003 7 commits
  3. 08 Jul, 2003 10 commits
  4. 07 Jul, 2003 9 commits
  5. 06 Jul, 2003 2 commits
  6. 05 Jul, 2003 1 commit
  7. 04 Jul, 2003 3 commits
    • Just van Rossum's avatar
      #765903: · be56aae3
      Just van Rossum authored
      - added bundle_id/--bundle-id option, to specify the CFBundleIndentifier
      #765615:
      - in the appropriate situation, prepend $PATH with our path instead of
        setting it.
      be56aae3
    • Jack Jansen's avatar
      Fixed lots of minor issues found by Edward Moy: incorrect version · dd614fdc
      Jack Jansen authored
      strings, non-standard naming of things in bundles, etc.
      dd614fdc
    • Jack Jansen's avatar
      Fixed two bugs in MacOSX framework handling spotted by Edward Moy: · 66b84832
      Jack Jansen authored
      - In the top level Makefile, the argument to -install_name should be
        prepended with /System/Library/Frameworks/, so it is an absolute path.
      - In the top level Makefile, because of 2), RUNSHARED needs to be set to
        DYLD_FRAMEWORK_PATH=<path to local framework> and $(RUNSHARED) prepended
        to the $(MAKE) lines in the frameworkinstallmaclib and
        frameworkinstallapps targets.
      66b84832