mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Updated the libs. Updated vpc_* to include support for $Conditional in .vgc files. Included vstdlib_exclude.vpc for the OSX builds.
This commit is contained in:
parent
3a999b9918
commit
97c7099fe4
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/osx32/vtf.a
BIN
lib/osx32/vtf.a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19
vstdlib/vstdlib_exclude.vpc
Normal file
19
vstdlib/vstdlib_exclude.vpc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
// vstdlib_exclude.vpc
|
||||||
|
//
|
||||||
|
// Project Script
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
$MacroRequired "PLATSUBDIR"
|
||||||
|
|
||||||
|
$Project
|
||||||
|
{
|
||||||
|
$Folder "Link Libraries"
|
||||||
|
{
|
||||||
|
-$File "$SRCDIR\lib\$PLATFORM\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$OSXALL]
|
||||||
|
-$Implib vstdlib [$LINUX]
|
||||||
|
-$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]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user