diff options
| author | Narendra Umate <[email protected]> | 2013-09-07 15:43:32 -0700 |
|---|---|---|
| committer | Narendra Umate <[email protected]> | 2013-09-07 15:43:32 -0700 |
| commit | c3ca7291626b60a32008774dd290671708babc20 (patch) | |
| tree | c87d1097bb8b59b6724ca19560f7c92b0309caf3 /mp/src/vstdlib/vstdlib_exclude.vpc | |
| parent | Update .gitignore. (diff) | |
| parent | Added missing libs for linux and OSX in their new location. (diff) | |
| download | source-sdk-2013-c3ca7291626b60a32008774dd290671708babc20.tar.xz source-sdk-2013-c3ca7291626b60a32008774dd290671708babc20.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mp/src/vstdlib/vstdlib_exclude.vpc')
| -rw-r--r-- | mp/src/vstdlib/vstdlib_exclude.vpc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mp/src/vstdlib/vstdlib_exclude.vpc b/mp/src/vstdlib/vstdlib_exclude.vpc index dab96f26..c9c7f968 100644 --- a/mp/src/vstdlib/vstdlib_exclude.vpc +++ b/mp/src/vstdlib/vstdlib_exclude.vpc @@ -10,8 +10,7 @@ $Project {
$Folder "Link Libraries"
{
- -$File "$SRCDIR\lib\$PLATFORM\$_IMPLIB_PREFIXvstdlib$_IMPLIB_EXT" [$OSXALL]
- -$Implib vstdlib [$LINUX]
+ -$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]
|