[Python-checkins] r46717 - in python/trunk/Mac/PythonLauncher: Makefile.in PreferenceWindow.nib
ronald.oussoren
python-checkins at python.org
Wed Jun 7 20:58:01 CEST 2006
Author: ronald.oussoren
Date: Wed Jun 7 20:58:01 2006
New Revision: 46717
Added:
python/trunk/Mac/PythonLauncher/
- copied from r46686, python/trunk/Mac/OSX/PythonLauncher/
Removed:
python/trunk/Mac/PythonLauncher/PreferenceWindow.nib/
Modified:
python/trunk/Mac/PythonLauncher/Makefile.in
Log:
Move Mac/OSX/PythonLauncher one level up
Modified: python/trunk/Mac/PythonLauncher/Makefile.in
==============================================================================
--- python/trunk/Mac/OSX/PythonLauncher/Makefile.in (original)
+++ python/trunk/Mac/PythonLauncher/Makefile.in Wed Jun 7 20:58:01 2006
@@ -7,18 +7,18 @@
srcdir= @srcdir@
VERSION= @VERSION@
UNIVERSALSDK=@UNIVERSALSDK@
-builddir= ../../..
+builddir= ../..
RUNSHARED= @RUNSHARED@
BUILDEXE= @BUILDEXEEXT@
-BUILDPYTHON= ../../../python$(BUILDEXE)
+BUILDPYTHON= $(builddir)/python$(BUILDEXE)
# Deployment target selected during configure, to be checked
# by distutils
MACOSX_DEPLOYMENT_TARGET=@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@
@EXPORT_MACOSX_DEPLOYMENT_TARGET at export MACOSX_DEPLOYMENT_TARGET
-BUNDLEBULDER=$(srcdir)/../../../Lib/plat-mac/bundlebuilder.py
+BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py
PYTHONAPPSDIR=/Applications/MacPython $(VERSION)
OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o
More information about the Python-checkins
mailing list