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
532 B
30 lines
532 B
//-----------------------------------------------------------------------------
|
|
// VIDEOCFG.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$macro SRCDIR ".."
|
|
|
|
$include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$AdditionalIncludeDirectories "$BASE;$SRCDIR\public\videocfg"
|
|
}
|
|
}
|
|
|
|
$Project "videocfg"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "videocfg.cpp"
|
|
}
|
|
|
|
$Folder "Public Header Files"
|
|
{
|
|
$File "$SRCDIR\public\videocfg\videocfg.h"
|
|
}
|
|
}
|