mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
20
vstdlib/vstdlib_exclude.vpc
Normal file
20
vstdlib/vstdlib_exclude.vpc
Normal file
@@ -0,0 +1,20 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// vstdlib_exclude.vpc
|
||||
//
|
||||
// Project Script
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$MacroRequired "PLATSUBDIR"
|
||||
|
||||
$Project
|
||||
{
|
||||
$Folder "Link Libraries"
|
||||
{
|
||||
// Should match the sites that include this in base
|
||||
-$Lib "$LIBPUBLIC\vstdlib" [$POSIX && !$IS_LIB_PROJECT]
|
||||
-$Implib vstdlib [$POSIX]
|
||||
-$File "$SRCDIR\lib\public\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$WIN32]
|
||||
-$File "$SRCDIR\lib\public$PLATSUBDIR\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$WIN64]
|
||||
-$File "$SRCDIR\lib\public\vstdlib_360.lib" [$X360]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user