A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-January/024280.html below:

[Python-checkins] CVS: python/dist/src/Mac/OSX Makefile,1.7,1.8

[Python-checkins] CVS: python/dist/src/Mac/OSX Makefile,1.7,1.8Jack Jansen jackjansen@users.sourceforge.net
Sun, 27 Jan 2002 12:05:22 -0800
Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory usw-pr-cvs1:/tmp/cvs-serv25206

Modified Files:
	Makefile 
Log Message:
Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug
#509074.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile	2002/01/21 22:51:55	1.7
--- Makefile	2002/01/27 20:05:20	1.8
***************
*** 19,22 ****
--- 19,24 ----
  CC=cc
  LD=cc
+ REZ=/Developer/Tools/Rez
+ DEREZ=/Developer/Tools/DeRez
  
  OBJECTS=$(PYTHONBUILDDIR)/Mac/Python/macmain.o \
***************
*** 74,80 ****
  	$(PYTHON) $(RFCONVERTER) -r $(RESOURCEDIR)/dialogs.rsrc dialogs.rsrc
  	$(PYTHON) $(RFCONVERTER) -r $(RESOURCEDIR)/errors.rsrc errors.rsrc
! 	DeRez -useDF -skip ckid dialogs.rsrc > dialogs.r
! 	DeRez -useDF -skip ckid errors.rsrc > errors.r
! 	Rez -useDF -o $(RESOURCEFILE) dialogs.r errors.r 
  	$(INSTALL_DATA) $(RESOURCEFILE) $(APPINSTALLDIR)/Contents/Resources/$(RESOURCEFILE)
  		
--- 76,82 ----
  	$(PYTHON) $(RFCONVERTER) -r $(RESOURCEDIR)/dialogs.rsrc dialogs.rsrc
  	$(PYTHON) $(RFCONVERTER) -r $(RESOURCEDIR)/errors.rsrc errors.rsrc
! 	$(DEREZ) -useDF -skip ckid dialogs.rsrc > dialogs.r
! 	$(DEREZ) -useDF -skip ckid errors.rsrc > errors.r
! 	$(REZ) -useDF -o $(RESOURCEFILE) dialogs.r errors.r 
  	$(INSTALL_DATA) $(RESOURCEFILE) $(APPINSTALLDIR)/Contents/Resources/$(RESOURCEFILE)
  		




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4