|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// CAPTIONCOMPILER.VPC
|
|
|
|
//
|
|
|
|
// Project Script
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
$Macro SRCDIR "..\.."
|
|
|
|
$Macro OUTBINDIR "$LIBPUBLIC"
|
|
|
|
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
|
|
|
|
|
|
|
$Configuration
|
|
|
|
{
|
|
|
|
$Compiler
|
|
|
|
{
|
|
|
|
$AdditionalIncludeDirectories "$BASE,..\common,$SRCDIR\game\shared,.\"
|
|
|
|
$PreprocessorDefinitions "$BASE;captioncompiler"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
$Project "Captioncompiler"
|
|
|
|
{
|
|
|
|
$Folder "Source Files"
|
|
|
|
{
|
|
|
|
$File "captioncompiler.cpp"
|
|
|
|
$File "$SRCDIR\common\compiledcaptionswap.cpp"
|
|
|
|
$File "..\common\filesystem_tools.cpp"
|
|
|
|
}
|
|
|
|
|
|
|
|
$Folder "Header Files"
|
|
|
|
{
|
|
|
|
$File "cbase.h"
|
|
|
|
$File "..\common\filesystem_tools.h"
|
|
|
|
}
|
|
|
|
|
|
|
|
$Folder "Shared Code"
|
|
|
|
{
|
|
|
|
$File "..\common\cmdlib.cpp"
|
|
|
|
$File "..\common\cmdlib.h"
|
|
|
|
$File "$SRCDIR\public\filesystem_helpers.cpp"
|
|
|
|
$File "$SRCDIR\public\filesystem_helpers.h"
|
|
|
|
$File "$SRCDIR\public\filesystem_init.cpp"
|
|
|
|
$File "$SRCDIR\public\filesystem_init.h"
|
|
|
|
$File "$SRCDIR\public\mathlib\mathlib.h"
|
|
|
|
$File "..\common\pacifier.cpp"
|
|
|
|
$File "..\common\pacifier.h"
|
|
|
|
$File "..\common\scriplib.cpp"
|
|
|
|
$File "..\common\scriplib.h"
|
|
|
|
$File "$SRCDIR\public\stringregistry.cpp"
|
|
|
|
$File "$SRCDIR\public\stringregistry.h"
|
|
|
|
}
|
|
|
|
|
|
|
|
$Folder "Link Libraries"
|
|
|
|
{
|
|
|
|
$Lib appframework
|
|
|
|
$Lib mathlib
|
|
|
|
$Lib tier2
|
|
|
|
$Lib tier3
|
|
|
|
}
|
|
|
|
}
|