2020-04-22 16:56:21 +00:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// TIER3TEST.VPC
|
|
|
|
//
|
|
|
|
// Project Script
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
$Macro SRCDIR "..\.."
|
2020-10-22 18:00:42 +00:00
|
|
|
$Macro OUTBINDIR "$LIBPUBLIC\unittests"
|
2020-04-22 16:56:21 +00:00
|
|
|
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
|
|
|
|
|
|
|
|
$Configuration
|
|
|
|
{
|
|
|
|
$Compiler
|
|
|
|
{
|
|
|
|
$PreprocessorDefinitions "$BASE;TIER3TEST_EXPORTS"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
$Project "tier3test"
|
|
|
|
{
|
|
|
|
$Folder "Source Files"
|
|
|
|
{
|
|
|
|
$File "tier3test.cpp"
|
|
|
|
}
|
|
|
|
|
|
|
|
$Folder "Header Files"
|
|
|
|
{
|
|
|
|
$File "$SRCDIR\public\movieobjects\dmx_to_vcd.h"
|
|
|
|
$File "$SRCDIR\public\interpolatortypes.h"
|
|
|
|
}
|
|
|
|
|
|
|
|
$Folder "Link Libraries"
|
|
|
|
{
|
|
|
|
$Lib mathlib
|
|
|
|
$Lib unitlib
|
|
|
|
$Lib bitmap
|
|
|
|
$Lib tier2
|
|
|
|
$Lib tier3
|
|
|
|
}
|
|
|
|
}
|