mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	The standard definition file is now called mwerks_shcarbon_plugin.h.
This commit is contained in:
		
							parent
							
								
									1892cf0312
								
							
						
					
					
						commit
						2bb598067a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -169,7 +169,7 @@ def link (self, | ||||||
|         if self.__macros: |         if self.__macros: | ||||||
|             prefixfilename = os.path.join(os.getcwd(), os.path.join(build_temp, prefixname)) |             prefixfilename = os.path.join(os.getcwd(), os.path.join(build_temp, prefixname)) | ||||||
|             fp = open(prefixfilename, 'w') |             fp = open(prefixfilename, 'w') | ||||||
|             fp.write('#include "mwerks_plugin_config.h"\n') |             fp.write('#include "mwerks_shcarbon_config.h"\n') | ||||||
|             for name, value in self.__macros: |             for name, value in self.__macros: | ||||||
|                 if value is None: |                 if value is None: | ||||||
|                     fp.write('#define %s\n'%name) |                     fp.write('#define %s\n'%name) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen