[Python-checkins] python/dist/src/Mac/OSX Makefile.jaguar,1.2,1.3

jvr@users.sourceforge.net jvr@users.sourceforge.net
2002年11月22日 03:52:17 -0800


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv10506
Modified Files:
	Makefile.jaguar 
Log Message:
changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py
Index: Makefile.jaguar
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile.jaguar,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.jaguar	20 Nov 2002 14:06:16 -0000	1.2
--- Makefile.jaguar	22 Nov 2002 11:52:15 -0000	1.3
***************
*** 20,25 ****
 MACDYNLIBDEST=$(datadir)/lib-dynload
 MACTOOLSDEST=$(datadir)/Tools
! APPINSTALLDIR=$(datadir)/Python.app
! INSTALLED_PYTHONW=$(APPINSTALLDIR)/Contents/MacOS/python
 
 # The usual stuff
--- 20,26 ----
 MACDYNLIBDEST=$(datadir)/lib-dynload
 MACTOOLSDEST=$(datadir)/Tools
! APPNAME=Python
! APPBUNDLENAME=$(APPNAME).app
! INSTALLED_PYTHONW=$(datadir)/$(APPBUNDLENAME)/Contents/MacOS/$(APPNAME)
 
 # The usual stuff
***************
*** 67,75 ****
 		
 install_Python:
! 	$(PYTHON) $(srcdir)/Mac/scripts/buildappbundle.py -l \
! 		-o $(APPINSTALLDIR) \
 		-r $(srcdir)/Mac/OSXResources/app/Resources/Applet-Info.plist \
 		-r $(srcdir)/Mac/OSXResources/app/Resources/PythonApplet.icns \
! 		$(PYTHON)
 		
 install_IDE:
--- 68,78 ----
 		
 install_Python:
! 	$(PYTHON) $(srcdir)/Mac/Lib/bundlebuilder.py -q --link-exec \
! 		-b $(datadir) \
! 		-n $(APPBUNDLENAME) \
 		-r $(srcdir)/Mac/OSXResources/app/Resources/Applet-Info.plist \
 		-r $(srcdir)/Mac/OSXResources/app/Resources/PythonApplet.icns \
! 		-e $(PYTHON) \
! 		build
 		
 install_IDE:

AltStyle によって変換されたページ (->オリジナル) /