Team Fortress 2 Source Code as on 22/4/2020
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.
|
|
//----------------------------------------------------------------------------- // MDLLIB.VPC // // Project Script //-----------------------------------------------------------------------------
$Macro SRCDIR ".." $Macro OUTBINDIR "$SRCDIR\..\game\bin"
$Include "$SRCDIR\vpc_scripts\source_dll_base.vpc"
$Configuration { $Compiler { }
$Linker { } }
$Project "mdllib" { $Folder "Source Files" { $File "mdllib.cpp" $File "mdllib_stripinfo.cpp" $File "mdllib_stripmodel.cpp" $File "mdllib_utils.cpp" }
$Folder "Header Files" { $File "$SRCDIR\public\mdllib\mdllib.h" $File "mdllib_common.h" $File "mdllib_stripinfo.h" $File "mdllib_utils.h" }
$Folder "Link Libraries" { } }
|