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.
33 lines
640 B
33 lines
640 B
//-----------------------------------------------------------------------------
|
|
// DMEUTILS.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR ".."
|
|
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;DMEUTILS_LIB"
|
|
}
|
|
}
|
|
|
|
$Project "dmeutils"
|
|
{
|
|
$Folder "Header Files"
|
|
{
|
|
$File "$SRCDIR\public\dmeutils\dmmeshutils.h"
|
|
$File "$SRCDIR\public\dmeutils\dmanimutils.h"
|
|
}
|
|
|
|
$Folder "Source Files"
|
|
{
|
|
$File "dmmeshutils.cpp"
|
|
$File "dmanimutils.cpp"
|
|
$File "loadfromdmx.cpp"
|
|
$File "savetodmx.cpp"
|
|
}
|
|
}
|