Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (12 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Mac/IDLE/Makefile.in

    r2 r391  
    1111builddir=       ../..
    1212PYTHONFRAMEWORK=@PYTHONFRAMEWORK@
     13LIPO_32BIT_FLAGS=@LIPO_32BIT_FLAGS@
     14
    1315
    1416RUNSHARED=      @RUNSHARED@
     
    2325BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py
    2426
    25 PYTHONAPPSDIR=/Applications/$(PYTHONFRAMEWORK) $(VERSION)
     27PYTHONAPPSDIR=@FRAMEWORKINSTALLAPPSPREFIX@/$(PYTHONFRAMEWORK) $(VERSION)
    2628
    2729all: IDLE.app
     
    5254                --resource=$(srcdir)/../Icons/PythonSource.icns \
    5355                --resource=$(srcdir)/../Icons/PythonCompiled.icns \
    54                 --python=$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)`test -f "$(DESTDIR)$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)-32" && echo "-32"` \
     56                --python=$(prefix)/Resources/Python.app/Contents/MacOS/Python \
    5557                build
    56 
     58ifneq ($(LIPO_32BIT_FLAGS),)
     59        rm "IDLE.app/Contents/MacOS/Python"
     60        lipo $(LIPO_32BIT_FLAGS) -output "IDLE.app/Contents/MacOS/Python" "$(BUILDPYTHON)"
     61endif
    5762
    5863Info.plist: $(srcdir)/Info.plist.in
Note: See TracChangeset for help on using the changeset viewer.