Changeset 391 for python/trunk/Mac/IDLE/Makefile.in
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (12 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Mac/IDLE/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Mac/IDLE/Makefile.in
r2 r391 11 11 builddir= ../.. 12 12 PYTHONFRAMEWORK=@PYTHONFRAMEWORK@ 13 LIPO_32BIT_FLAGS=@LIPO_32BIT_FLAGS@ 14 13 15 14 16 RUNSHARED= @RUNSHARED@ … … 23 25 BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py 24 26 25 PYTHONAPPSDIR= /Applications/$(PYTHONFRAMEWORK) $(VERSION)27 PYTHONAPPSDIR=@FRAMEWORKINSTALLAPPSPREFIX@/$(PYTHONFRAMEWORK) $(VERSION) 26 28 27 29 all: IDLE.app … … 52 54 --resource=$(srcdir)/../Icons/PythonSource.icns \ 53 55 --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 \ 55 57 build 56 58 ifneq ($(LIPO_32BIT_FLAGS),) 59 rm "IDLE.app/Contents/MacOS/Python" 60 lipo $(LIPO_32BIT_FLAGS) -output "IDLE.app/Contents/MacOS/Python" "$(BUILDPYTHON)" 61 endif 57 62 58 63 Info.plist: $(srcdir)/Info.plist.in
Note:
See TracChangeset
for help on using the changeset viewer.
