project typical : : default-build release ;

exe 
		typical
	:
		application.c application.h
		main.c
		typical.gui.h
		/guiloader//guiloader
	:
		<user-interface>gui
		<toolset>gcc:<cflags>"-Wdeclaration-after-statement"
	;
