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.
40 lines
620 B
40 lines
620 B
//-----------------------------------------------------------------------------
|
|
// 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"
|
|
{
|
|
}
|
|
}
|