blob: 3ffb0161cfe194d026a24305c91ef12d94421398 (
plain) (
tree)
|
|
{*****************************************************************
* Configuration file for UltraStar Deluxe 1.1
*****************************************************************}
{* Libraries *}
{$DEFINE HaveProjectM}
{$IF Defined(HaveProjectM) and Defined(IncludeConstants)}
ProjectM_DataDir = 'Visuals\projectM';
PROJECTM_VERSION_MAJOR = 1;
PROJECTM_VERSION_MINOR = 10;
PROJECTM_VERSION_RELEASE = 0;
{$IFEND}
{$UNDEF HavePortaudio}
{$IF Defined(HavePortaudio) and Defined(IncludeConstants)}
PORTAUDIO_VERSION_MAJOR = 19;
PORTAUDIO_VERSION_MINOR = 0;
PORTAUDIO_VERSION_RELEASE = 0;
{$IFEND}
{$UNDEF HavePortmixer}
{$UNDEF HaveLibsamplerate}
{$IF Defined(HaveLibsamplerate) and Defined(IncludeConstants)}
LIBSAMPLERATE_VERSION_MAJOR = 0;
LIBSAMPLERATE_VERSION_MINOR = 1;
LIBSAMPLERATE_VERSION_RELEASE = 3;
{$IFEND}
|