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.
21 lines
444 B
21 lines
444 B
//-----------------------------------------------------------------------------
|
|
// worldrenderer.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR ".."
|
|
$include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
|
|
|
$Project "interfaces"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "interfaces.cpp"
|
|
}
|
|
|
|
$Folder "Public Header Files"
|
|
{
|
|
$File "$SRCDIR\public\interfaces\interfaces.h"
|
|
}
|
|
}
|