mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
38 lines
633 B
Plaintext
38 lines
633 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// vxbdm.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\..\.."
|
|
$Macro OUTBINDIR "$LIBPUBLIC"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_dll_x360_base.vpc"
|
|
|
|
$Configuration
|
|
{
|
|
$Xbox360ImageConversion
|
|
{
|
|
// General
|
|
$ExportByName "Yes"
|
|
}
|
|
}
|
|
|
|
$Project
|
|
{
|
|
$Folder "Link Libraries"
|
|
{
|
|
-$File "$SRCDIR\lib\public\tier1_360.lib"
|
|
-$File "$SRCDIR\lib\public\vstdlib_360.lib"
|
|
}
|
|
}
|
|
|
|
$Project "vxbdm"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$file "console.cpp"
|
|
$File "rcommands.cpp"
|
|
}
|
|
}
|