mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
27 lines
488 B
Plaintext
27 lines
488 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// RAYTRACE.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR ".."
|
|
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$AdditionalIncludeDirectories "$BASE,$SRCDIR\utils\common"
|
|
}
|
|
}
|
|
|
|
$Project "Raytrace"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "raytrace.cpp"
|
|
$File "trace2.cpp"
|
|
$File "trace3.cpp"
|
|
}
|
|
}
|