mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
27 lines
534 B
Plaintext
27 lines
534 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// NVTRISTRIPLIB.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro OUTLIBNAME "nvtristrip"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
|
|
|
|
$Project "NVTriStripLib"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "NvTriStrip.cpp"
|
|
$File "NvTriStripObjects.cpp"
|
|
}
|
|
|
|
$Folder "Header Files"
|
|
{
|
|
$File "NvTriStrip.h"
|
|
$File "NvTriStripObjects.h"
|
|
$File "VertexCache.h"
|
|
}
|
|
}
|