mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 12:36:05 +08:00
Update from SDK 2013
This commit is contained in:

committed by
Nicholas Hastings

parent
6d5c024820
commit
94b660e16e
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