1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00
Files
hl2sdk/raytrace/raytrace.vpc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
514 B
Plaintext
Raw Normal View History

//-----------------------------------------------------------------------------
// 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"
}
}