You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
832 B
34 lines
832 B
//----------------------------------------------------------------------------- |
|
// VAUDIO_MINIMP3.VPC |
|
// |
|
// Project Script |
|
//----------------------------------------------------------------------------- |
|
|
|
|
|
$Macro SRCDIR "..\..\.." |
|
$Macro OUTBINDIR "$LIBPUBLIC" |
|
|
|
$Include "$SRCDIR\vpc_scripts\source_dll_base.vpc" |
|
|
|
$Configuration |
|
{ |
|
$Compiler |
|
{ |
|
$AdditionalIncludeDirectories "$BASE,$SRCDIR\thirdparty\minimp3\,..\..\..\public,..\..\..\public\tier1,..\..,..\..\..\common,..\..\audio\public" |
|
$PreprocessorDefinitions "$BASE;" |
|
} |
|
} |
|
|
|
$Project "vaudio_minimp3" |
|
{ |
|
$Folder "Source Files" |
|
{ |
|
$File "mp3codecs.cpp" |
|
} |
|
|
|
$Folder "Header Files" |
|
{ |
|
$File "$SRCDIR\public\tier1\interface.h" |
|
$File "$SRCDIR\public\vaudio\ivaudio.h" |
|
} |
|
}
|
|
|