[Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj project.pbxproj,1.2,1.3

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 31 Jul 2002 07:45:11 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj
In directory usw-pr-cvs1:/tmp/cvs-serv790/PythonLauncher/PythonLauncher.pbproj

Modified Files:
	project.pbxproj 
Log Message:
Install into /Applications/Python in stead of into /Applications.



Index: project.pbxproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** project.pbxproj	31 Jul 2002 13:15:59 -0000	1.2
--- project.pbxproj	31 Jul 2002 14:45:08 -0000	1.3
***************
*** 288,294 ****
  				FRAMEWORK_SEARCH_PATHS = "";
  				HEADER_SEARCH_PATHS = "";
! 				INSTALL_PATH = "$(HOME)/Applications";
  				LIBRARY_SEARCH_PATHS = "";
- 				OTHER_CFLAGS = "";
  				OTHER_LDFLAGS = "";
  				PRODUCT_NAME = PythonLauncher;
--- 288,293 ----
  				FRAMEWORK_SEARCH_PATHS = "";
  				HEADER_SEARCH_PATHS = "";
! 				INSTALL_PATH = /Applications/Python;
  				LIBRARY_SEARCH_PATHS = "";
  				OTHER_LDFLAGS = "";
  				PRODUCT_NAME = PythonLauncher;
***************
*** 301,305 ****
  			isa = PBXApplicationTarget;
  			name = PythonLauncher;
! 			productInstallPath = "$(HOME)/Applications";
  			productName = PythonLauncher;
  			productReference = 1758732AFF379DA111CA2CBB;
--- 300,304 ----
  			isa = PBXApplicationTarget;
  			name = PythonLauncher;
! 			productInstallPath = /Applications/Python;
  			productName = PythonLauncher;
  			productReference = 1758732AFF379DA111CA2CBB;