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.
30 lines
660 B
30 lines
660 B
5 years ago
|
//-----------------------------------------------------------------------------
|
||
|
// TIER3.VPC
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$macro SRCDIR ".."
|
||
|
|
||
|
$include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
||
|
|
||
|
$Project "tier3"
|
||
|
{
|
||
|
$Folder "Source Files"
|
||
|
{
|
||
|
$File "tier3.cpp"
|
||
|
$File "mdlutils.cpp"
|
||
|
$File "choreoutils.cpp"
|
||
|
$File "scenetokenprocessor.cpp"
|
||
|
$File "studiohdrstub.cpp"
|
||
|
}
|
||
|
|
||
|
$Folder "Header Files"
|
||
|
{
|
||
|
$File "$SRCDIR\public\tier3\tier3.h"
|
||
|
$File "$SRCDIR\public\tier3\mdlutils.h"
|
||
|
$File "$SRCDIR\public\tier3\choreoutils.h"
|
||
|
$File "$SRCDIR\public\tier3\scenetokenprocessor.h"
|
||
|
}
|
||
|
}
|