SubDir HAIKU_TOP src bin playsound ;

BinCommand playfile :
	playfile.cpp
	: be media $(TARGET_LIBSUPC++)
;

BinCommand playsound :
	playsound.cpp
	: be media game
;

BinCommand playwav :
	playwav.cpp
	: be media $(TARGET_LIBSUPC++)
;
