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.
30 lines
474 B
30 lines
474 B
$Conditional IS_LIB_PROJECT "1"
|
|
$Include "$SRCDIR\vpc_scripts\source_linux_base_project.vpc"
|
|
$MacroRequired "OUTLIBNAME" "$PROJECTNAME"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;LIBNAME=$OUTLIBNAME"
|
|
}
|
|
|
|
$General
|
|
{
|
|
$ConfigurationType "Static Library (.lib)"
|
|
}
|
|
|
|
$Linker
|
|
{
|
|
$OutputFile "$OUTLIBDIR/$OUTLIBNAME$_STATICLIB_EXT"
|
|
}
|
|
}
|
|
|
|
$Project
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "$SRCDIR\common\debug_lib_check.cpp"
|
|
}
|
|
}
|
|
|