[Python-checkins] python/dist/src/Mac/OSX Makefile,1.34,1.35

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 18 Feb 2003 15:33:42 -0800


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv1262

Modified Files:
	Makefile 
Log Message:
Undid half of the previous checkin: continue using BuildApplet for most
applets. PackageManager is still built with bundlebuilder itself.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** Makefile	12 Feb 2003 15:42:49 -0000	1.34
--- Makefile	18 Feb 2003 23:33:39 -0000	1.35
***************
*** 49,54 ****
  bundlebuilder=$(srcdir)/Lib/plat-mac/bundlebuilder.py
  
! installapps: install_PythonLauncher install_Python install_BuildApplet \
! 		install_PackageManager install_IDE install_IDLE
  
  install_PythonLauncher:
--- 49,54 ----
  bundlebuilder=$(srcdir)/Lib/plat-mac/bundlebuilder.py
  
! installapps: install_PythonLauncher install_Python install_BuildApplet install_IDE \
! 	install_IDLE install_PackageManager
  
  install_PythonLauncher:
***************
*** 105,120 ****
  		echo See Mac/OSX/README for details; \
  	else \
! 		echo $(INSTALLED_PYTHONW) $(bundlebuilder) \
! 			--builddir $(PYTHONAPPSDIR)/ \
! 			--resource $(srcdir)/Mac/Tools/IDE/PythonIDE.rsrc \
! 			--mainprogram $(srcdir)/Mac/Tools/IDE/PythonIDE.py \
! 			--iconfile $(srcdir)/Mac/Tools/IDE/PythonIDE.icns \
! 			--creator Pide build; \
! 		$(INSTALLED_PYTHONW) $(bundlebuilder) \
! 			--builddir $(PYTHONAPPSDIR)/ \
! 			--resource $(srcdir)/Mac/Tools/IDE/PythonIDE.rsrc \
! 			--mainprogram $(srcdir)/Mac/Tools/IDE/PythonIDE.py \
! 			--iconfile $(srcdir)/Mac/Tools/IDE/PythonIDE.icns \
! 			--creator Pide build; \
  	fi
  
--- 105,114 ----
  		echo See Mac/OSX/README for details; \
  	else \
! 		echo $(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
! 			--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
! 			$(srcdir)/Mac/Tools/IDE/PythonIDE.py ; \
! 		$(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
! 			--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
! 			$(srcdir)/Mac/Tools/IDE/PythonIDE.py; \
  	fi