14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// vstdlib_exclude.vpc
|
||
|
//
|
||
|
// Project Script
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Project
|
||
|
{
|
||
|
$Folder "Link Libraries"
|
||
|
{
|
||
|
-$Implib vstdlib [!$IS_LIB_PROJECT || $OSXALL]
|
||
|
}
|
||
|
}
|