[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Sun Nov 29 06:51:39 CET 2009


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	09/11/29 06:51:39

Modified files:
	cm3/m3-ui/bicycle/src/: m3makefile 
	cm3/m3-ui/cmvbt/src/: m3makefile 
	cm3/m3-ui/codeview/src/: m3makefile 
	cm3/m3-ui/formsvbt/src/: m3makefile 
	cm3/m3-ui/images/src/: m3makefile 
	cm3/m3-ui/mg/src/: m3makefile 
	cm3/m3-ui/mgkit/src/: m3makefile 
	cm3/m3-ui/ui/src/xvbt/: m3makefile 
	cm3/m3-ui/ui/test/EyesVBT/src/: m3makefile 
	cm3/m3-ui/vbtkit/src/: m3makefile 
	cm3/m3-ui/videovbt/src/: m3makefile 
	cm3/m3-ui/webvbt/src/: m3makefile 
	cm3/m3-ui/webvbt/src/hyperpage/src/: m3makefile 
	cm3/m3-ui/zeus/src/: m3makefile 

Log message:
	change
	if HasGui()
	..
	Library(xxx)
	end
	
	to
	if HasGui()
	build_standalone()
	end
	...
	Library(xxx)
	
	so we still compile all the code, which is arguably worthwhile
	test coverage
	
	(we could also change program that won't link into standalone
	libraries, but for now, I haven't made that call)




More information about the M3commit mailing list