mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-05 18:20:43 +03:00
32 lines
554 B
Plaintext
32 lines
554 B
Plaintext
$Macro IS_LIB_PROJECT "1"
|
|
$Include "$SRCDIR\vpc_scripts\source_linux_base_project.vpc"
|
|
$MacroRequired "OUTLIBNAME" "$PROJECTNAME"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;LIBNAME=$OUTLIBNAME"
|
|
$PreprocessorDefinitions "$BASE;RAD_TELEMETRY_DISABLED" [$SOURCESDK]
|
|
}
|
|
|
|
$General
|
|
{
|
|
$ConfigurationType "Static Library (.lib)"
|
|
}
|
|
|
|
$Linker
|
|
{
|
|
$OutputFile "$OUTLIBDIR/$OUTLIBNAME$_STATICLIB_EXT"
|
|
}
|
|
}
|
|
|
|
$Project
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "$SRCDIR\common\debug_lib_check.cpp" [!$SOURCESDK]
|
|
}
|
|
}
|
|
|