mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
19 lines
391 B
Plaintext
19 lines
391 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// FINDDBGDLL.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro OUTBINDIR "$LIBPUBLIC"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
|
|
|
$Project "Finddbgdll"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "finddbgdll.cpp"
|
|
}
|
|
}
|