csgo-2018-source/dmxeditlib/dmxeditlib.vpc

41 lines
620 B
Plaintext
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//-----------------------------------------------------------------------------
// MDLOBJECTS.VPC
//
// Project Script
//-----------------------------------------------------------------------------
$Macro SRCDIR ".."
$Macro OUTLIBNAME "dmxedit"
$Include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
$Configuration
{
$Compiler
{
$PreprocessorDefinitions "$BASE;DMXEDIT_LIB"
}
}
$Project "dmxeditlib"
{
$Folder "Header Files"
{
}
$Folder "Source Files"
{
$File "dmxedit.cpp"
$File "winstuff.cpp"
}
$Folder "Interface"
{
$File "$SRCDIR\public\dmxeditlib\dmxedit.h"
}
$Folder "external"
{
}
}