~pythonregexp2.7/python/issue2636

« back to all changes in this revision

Viewing changes to Mac/IDLE/Makefile.in

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:36:32 UTC
  • mfrom: (39021.1.402 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143632-wwwkx92u1t5l7yd3
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                $(srcdir)/../Icons/PythonSource.icns \
43
43
                $(srcdir)/../Icons/PythonCompiled.icns Info.plist
44
44
        rm -fr IDLE.app
45
 
        $(RUNSHARED) $(BUILDPYTHON) $(BUNDLEBULDER) \
 
45
        $(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(BUNDLEBULDER) \
46
46
                --builddir=. \
47
47
                --name=IDLE \
48
48
                --link-exec \
51
51
                --iconfile=$(srcdir)/../Icons/IDLE.icns \
52
52
                --resource=$(srcdir)/../Icons/PythonSource.icns \
53
53
                --resource=$(srcdir)/../Icons/PythonCompiled.icns \
54
 
                --python=$(prefix)/Resources/Python.app/Contents/MacOS/Python \
 
54
                --python=$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)`test -f "$(DESTDIR)$(prefix)/Resources/Python.app/Contents/MacOS/$(PYTHONFRAMEWORK)-32" && echo "-32"`  \
55
55
                build
56
56
 
57
57