mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Dynamically loaded toolbox modules don't need to link against each other anymore, due to the new glue code that ties them together.
This commit is contained in:
		
							parent
							
								
									f57a4a2e97
								
							
						
					
					
						commit
						e8f53bb779
					
				
					 1 changed files with 26 additions and 21 deletions
				
			
		|  | @ -107,32 +107,37 @@ def	genallprojects(force=0): | |||
| 	# bgen-generated Toolbox modules | ||||
| 	genpluginproject("ppc", "App", libraries=["AppearanceLib"]) | ||||
| 	genpluginproject("carbon", "App") | ||||
| 	genpluginproject("ppc", "Cm", | ||||
| 		libraries=["QuickTimeLib"], | ||||
| 		extraexportsymbols=[ | ||||
| 			"CmpObj_New", | ||||
| 			"CmpObj_Convert", | ||||
| 			"CmpInstObj_New", | ||||
| 			"CmpInstObj_Convert", | ||||
| 		]) | ||||
| 	genpluginproject("carbon", "Cm", | ||||
| 		extraexportsymbols=[ | ||||
| 			"CmpObj_New", | ||||
| 			"CmpObj_Convert", | ||||
| 			"CmpInstObj_New", | ||||
| 			"CmpInstObj_Convert", | ||||
| 		]) | ||||
| ##	genpluginproject("ppc", "Cm", | ||||
| ##		libraries=["QuickTimeLib"], | ||||
| ##		extraexportsymbols=[ | ||||
| ##			"CmpObj_New", | ||||
| ##			"CmpObj_Convert", | ||||
| ##			"CmpInstObj_New", | ||||
| ##			"CmpInstObj_Convert", | ||||
| ##		]) | ||||
| ##	genpluginproject("carbon", "Cm", | ||||
| ##		extraexportsymbols=[ | ||||
| ##			"CmpObj_New", | ||||
| ##			"CmpObj_Convert", | ||||
| ##			"CmpInstObj_New", | ||||
| ##			"CmpInstObj_Convert", | ||||
| ##		]) | ||||
| 	genpluginproject("ppc", "Cm", libraries=["QuickTimeLib"]) | ||||
| 	genpluginproject("carbon", "Cm") | ||||
| 	genpluginproject("all", "Fm") | ||||
| 	genpluginproject("ppc", "Help") | ||||
| 	genpluginproject("ppc", "Icn", libraries=["IconServicesLib"]) | ||||
| 	genpluginproject("carbon", "Icn") | ||||
| 	genpluginproject("all", "List") | ||||
| 	genpluginproject("ppc", "Qt", libraries=["QuickTimeLib", "Cm.ppc.slb", "Qdoffs.ppc.slb"],  | ||||
| 			extradirs=["::Plugins"]) | ||||
| 	genpluginproject("carbon", "Qt", libraries=["Cm.carbon.slb", "Qdoffs.carbon.slb"], | ||||
| 			extradirs=["::Plugins"]) | ||||
| 	genpluginproject("all", "Qdoffs", | ||||
| 		extraexportsymbols=["GWorldObj_New", "GWorldObj_Convert"]) | ||||
| ##	genpluginproject("ppc", "Qt", libraries=["QuickTimeLib", "Cm.ppc.slb", "Qdoffs.ppc.slb"],  | ||||
| ##			extradirs=["::Plugins"]) | ||||
| 	genpluginproject("ppc", "Qt", libraries=["QuickTimeLib"]) | ||||
| ##	genpluginproject("carbon", "Qt", libraries=["Cm.carbon.slb", "Qdoffs.carbon.slb"], | ||||
| ##			extradirs=["::Plugins"]) | ||||
| 	genpluginproject("carbon", "Qt") | ||||
| ##	genpluginproject("all", "Qdoffs", | ||||
| ##		extraexportsymbols=["GWorldObj_New", "GWorldObj_Convert"]) | ||||
| 	genpluginproject("all", "Qdoffs") | ||||
| 	genpluginproject("all", "Scrap") | ||||
| 	genpluginproject("ppc", "Snd", libraries=["SoundLib"]) | ||||
| 	genpluginproject("carbon", "Snd") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen