You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
677 B
27 lines
677 B
//----------------------------------------------------------------------------- |
|
// AVITEST.VPC |
|
// |
|
// Project Script |
|
//----------------------------------------------------------------------------- |
|
|
|
$Macro SRCDIR "..\.." |
|
$Macro OUTBINDIR "$LIBPUBLIC" |
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc" |
|
|
|
$Project "Avitest" |
|
{ |
|
$Folder "Source Files" |
|
{ |
|
$File "avitest.cpp" |
|
$File "$SRCDIR\public\vgui_controls\vgui_controls.cpp" |
|
} |
|
|
|
$Folder "Link Libraries" |
|
{ |
|
$DynamicFile "$SRCDIR\lib\public\appframework.lib" |
|
$DynamicFile "$SRCDIR\lib\public\tier2.lib" |
|
$DynamicFile "$SRCDIR\lib\public\tier3.lib" |
|
$DynamicFile "$SRCDIR\lib\public\vgui_controls.lib" |
|
} |
|
}
|
|
|