C++的一个好库。。。现在很流行

源代码在线查看: jamfile

软件大小: 21075 K
上传用户: lyyfengyutongzh
关键词:
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				# This project-root.jam also serves the role of Jamfile
				project lib3 ;
				
				use-project /lib2/helper : ../lib2/helper ;
				
				import property ;
				
				rule mfc-compile ( target : sources * : property-set * )
				{
				    PROPERTIES on $(target) = [ 
				      property.as-path [ property.remove incidental : $(property-set) ] ] ;      
				}
				
				actions mfc-compile
				{
				    echo $(PROPERTIES) > $(				    echo $(>) >> $(				}
				
				make f.obj : f.cpp /lib2/helper//e.obj : mfc-compile ;
							

相关资源