Changeset 391 for python/trunk/Mac/PythonLauncher/Makefile.in
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
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/PythonLauncher/Makefile.in
r2 r391 3 3 BASECFLAGS=@BASECFLAGS@ 4 4 OPT=@OPT@ 5 CFLAGS= $(BASECFLAGS) $(OPT)5 CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT) 6 6 LDFLAGS=@LDFLAGS@ 7 7 srcdir= @srcdir@ … … 22 22 BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py 23 23 24 PYTHONAPPSDIR= /Applications/$(PYTHONFRAMEWORK) $(VERSION)24 PYTHONAPPSDIR=@FRAMEWORKINSTALLAPPSPREFIX@/$(PYTHONFRAMEWORK) $(VERSION) 25 25 OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o 26 26
Note:
See TracChangeset
for help on using the changeset viewer.