mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
26 lines
454 B
Plaintext
26 lines
454 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// TGAMSE.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro OUTBINDIR "$LIBPUBLIC"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
|
|
|
$Project "Tgamse"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "tgamse.cpp"
|
|
}
|
|
|
|
$Folder "Link Libraries"
|
|
{
|
|
$Lib bitmap
|
|
$Lib mathlib
|
|
$Lib tier2
|
|
}
|
|
}
|