Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Upgrade to Steamworks SDK 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
rlabrecque committed Jan 9, 2017
1 parent 7f48706 commit a823bf1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The primary use case for _CSteamworks_ is to act as a buffer between a scripting
* License: [MIT](http://www.opensource.org/licenses/mit-license.php)
* [Github Project](https://github.com/rlabrecque/CSteamworks)
* [Reporting Issues](https://github.com/rlabrecque/CSteamworks/issues)
* Currently supports Steamworks SDK v1.38a
* Currently supports Steamworks SDK v1.39

[![Support via Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9TH6ELMRD9NYU)

Expand Down
2 changes: 1 addition & 1 deletion build/osx/CSteamworks-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.28</string>
<string>1.29</string>
<key>CSResourcesFileMapped</key>
<string>yes</string>
</dict>
Expand Down
6 changes: 0 additions & 6 deletions build/win/CSteamworks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CSteamworks", "CSteamworks.
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B84CB63-3948-4D0F-80CE-7A52E2D3C6B1}.Debug|Win32.ActiveCfg = Debug|Win32
{0B84CB63-3948-4D0F-80CE-7A52E2D3C6B1}.Debug|Win32.Build.0 = Debug|Win32
{0B84CB63-3948-4D0F-80CE-7A52E2D3C6B1}.Debug|x64.ActiveCfg = Debug|x64
{0B84CB63-3948-4D0F-80CE-7A52E2D3C6B1}.Debug|x64.Build.0 = Debug|x64
{0B84CB63-3948-4D0F-80CE-7A52E2D3C6B1}.Release|Win32.ActiveCfg = Release|Win32
{0B84CB63-3948-4D0F-80CE-7A52E2D3C6B1}.Release|Win32.Build.0 = Release|Win32
{0B84CB63-3948-4D0F-80CE-7A52E2D3C6B1}.Release|x64.ActiveCfg = Release|x64
Expand Down
Binary file modified build/win/Version.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions build/win/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
call "%VS100COMNTOOLS%vsvars32.bat"

msbuild CSteamworks.sln /t:build /p:Configuration=Release;Platform=Win32
msbuild CSteamworks.sln /t:build /p:Configuration=Release;Platform=x64
2 changes: 1 addition & 1 deletion src/CSteamworks.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Only if you have agreed to Valves non-disclosure and/or license
* agreements only then may you utilize this file under Public Domain.
*
* Riley Labrecque - 2013-2016 - Public Domain
* Riley Labrecque - 2013-2017 - Public Domain
*********************************************************/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/steam_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Only after agreeing to Valves non-disclosure and/or license
* agreements may you utilize this file under Public Domain.
*
* Riley Labrecque - 2013-2016 - Public Domain
* Riley Labrecque - 2013-2017 - Public Domain
*********************************************************/

#include "CSteamworks.h"
Expand Down

0 comments on commit a823bf1

Please sign in to comment.