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/utils/glview | |
| 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/utils/glview')
| -rw-r--r-- | mp/src/utils/glview/glview.vpc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mp/src/utils/glview/glview.vpc b/mp/src/utils/glview/glview.vpc index b645cfde..3045d128 100644 --- a/mp/src/utils/glview/glview.vpc +++ b/mp/src/utils/glview/glview.vpc @@ -7,7 +7,7 @@ $Macro SRCDIR "..\.."
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
-$Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc"
+$Include "$SRCDIR\vpc_scripts\source_exe_base.vpc"
$Configuration
{
@@ -49,7 +49,7 @@ $Project "Glview" $Folder "Link Libraries"
{
- $DynamicFile "$SRCDIR\lib\public\mathlib.lib"
- $DynamicFile "$SRCDIR\lib\public\tier2.lib"
+ $Lib mathlib
+ $Lib tier2
}
}
|