package embox.lib.cxx

module libsupcxx_standalone extends embox.lib.libsupcxx {
	@IncludeExport
	source "new", "exception", "typeinfo"

	@IncludeExport
	source "c_compat"

	/* Generic files */
	source "new.cpp"

	/* Private C++ files */
	source "purevirt_routines.cpp"

	depends embox.compat.libc.all
}
