mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 20:21:06 +00:00
1
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// DEPCHECK.VPC
|
||||
//
|
||||
// Project Script
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$SRCDIR\devtools\bin"
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
||||
|
||||
$Project "Depcheck"
|
||||
{
|
||||
$Folder "Source Files"
|
||||
{
|
||||
$File "depcheck.cpp"
|
||||
$File "depcheck_util.cpp"
|
||||
$File "processmodule.cpp"
|
||||
}
|
||||
|
||||
$Folder "Header Files"
|
||||
{
|
||||
$File "codeprocessor.h"
|
||||
$File "depcheck_util.h"
|
||||
$File "icodeprocessor.h"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user