mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Updated to current pathnames.
This commit is contained in:
		
							parent
							
								
									e790eae7cf
								
							
						
					
					
						commit
						f1472384dc
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,13 +1,13 @@
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Local customizations
 | 
					# Local customizations
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					import sys, os
 | 
				
			||||||
# Where to find the Universal Header include files:
 | 
					# Where to find the Universal Header include files:
 | 
				
			||||||
MWERKSDIR="Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:"
 | 
					MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:"
 | 
				
			||||||
INCLUDEDIR=MWERKSDIR + "MacOS Support:Universal:Interfaces:CIncludes:"
 | 
					INCLUDEDIR=MWERKSDIR + "MacOS Support:Universal:Interfaces:CIncludes:"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Where to put the python definitions file:
 | 
					# Where to put the python definitions file:
 | 
				
			||||||
TOOLBOXDIR="Macintosh HD:SWDev:Jack:Python:Mac:Lib:lib-toolbox:"
 | 
					TOOLBOXDIR=os.path.join(sys.prefix, ":Mac:Lib:Carbon:")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Creator for C files:
 | 
					# Creator for C files:
 | 
				
			||||||
CREATOR="CWIE"
 | 
					CREATOR="CWIE"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue