mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 04:09:09 +00:00
1
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// KVC.VPC
|
||||
//
|
||||
// Project Script
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
||||
|
||||
$Configuration
|
||||
{
|
||||
$Compiler
|
||||
{
|
||||
$AdditionalIncludeDirectories "..\common;$BASE"
|
||||
}
|
||||
}
|
||||
|
||||
$Project "kvc"
|
||||
{
|
||||
$Folder "Source Files"
|
||||
{
|
||||
$File "kvc.cpp"
|
||||
$File "kvc_paintkit.cpp"
|
||||
}
|
||||
|
||||
$Folder "Common Source Files"
|
||||
{
|
||||
$File "$SRCDIR\public\kevvaluescompiler.cpp"
|
||||
$File "..\common\filesystem_tools.cpp"
|
||||
$File "..\common\pacifier.cpp"
|
||||
}
|
||||
|
||||
$Folder "Common Header Files"
|
||||
{
|
||||
$File "$SRCDIR\public\keyvaluescompiler.h"
|
||||
$File "..\common\filesystem_tools.h"
|
||||
$File "..\common\pacifier.h"
|
||||
}
|
||||
|
||||
$Folder "Link Libraries"
|
||||
{
|
||||
$Lib appframework
|
||||
$Lib tier2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user