Skip to content

Commit

Permalink
Fix release build not linking against steam_api.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Apr 27, 2015
1 parent 252ff1b commit fecb35c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cl_dll/client_scratch-2005.vcproj
Expand Up @@ -203,7 +203,7 @@
Name="VCLinkerTool"
IgnoreImportLibrary="true"
LinkLibraryDependencies="true"
AdditionalDependencies="winmm.lib shell32.lib gdi32.lib kernel32.lib user32.lib comdlg32.lib ole32.lib oleaut32.lib advapi32.lib"
AdditionalDependencies="winmm.lib shell32.lib gdi32.lib kernel32.lib user32.lib comdlg32.lib ole32.lib oleaut32.lib advapi32.lib steam_api.lib"
OutputFile="$(IntDir)/client.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
Expand Down Expand Up @@ -2128,11 +2128,11 @@
>
</File>
<File
RelativePath="iinput.h"
RelativePath="..\public\vgui\IInput.h"
>
</File>
<File
RelativePath="..\public\vgui\IInput.h"
RelativePath="iinput.h"
>
</File>
<File
Expand Down Expand Up @@ -2456,11 +2456,11 @@
>
</File>
<File
RelativePath="menu.h"
RelativePath="..\public\vgui_controls\Menu.h"
>
</File>
<File
RelativePath="..\public\vgui_controls\Menu.h"
RelativePath="menu.h"
>
</File>
<File
Expand Down

0 comments on commit fecb35c

Please sign in to comment.