Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 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/PythonLauncher/Makefile.in

    r2 r391  
    33BASECFLAGS=@BASECFLAGS@
    44OPT=@OPT@
    5 CFLAGS=$(BASECFLAGS) $(OPT)
     5CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
    66LDFLAGS=@LDFLAGS@
    77srcdir=         @srcdir@
     
    2222BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py
    2323
    24 PYTHONAPPSDIR=/Applications/$(PYTHONFRAMEWORK) $(VERSION)
     24PYTHONAPPSDIR=@FRAMEWORKINSTALLAPPSPREFIX@/$(PYTHONFRAMEWORK) $(VERSION)
    2525OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o
    2626
Note: See TracChangeset for help on using the changeset viewer.