source-engine/utils/finddbgdll/finddbgdll.vpc

19 lines
391 B
Plaintext
Raw Normal View History

2020-04-22 16:56:21 +00:00
//-----------------------------------------------------------------------------
// FINDDBGDLL.VPC
//
// Project Script
//-----------------------------------------------------------------------------
$Macro SRCDIR "..\.."
2020-10-22 18:00:42 +00:00
$Macro OUTBINDIR "$LIBPUBLIC"
2020-04-22 16:56:21 +00:00
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
$Project "Finddbgdll"
{
$Folder "Source Files"
{
$File "finddbgdll.cpp"
}
}