Skip to content

Add support for compiling against the sdk2013 branch #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 4, 2017
Prev Previous commit
Include the KeyValues header file instead.
There are some things in KeyValues.cpp that are not supported in c++11
  • Loading branch information
TheCreeper committed Dec 15, 2016
commit 61bd09435058e8d3fe45f6592a9a2e6d6a93a2fa
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Set(SOURCEPYTHON_KEYVALUES_MODULE_HEADERS

Set(SOURCEPYTHON_KEYVALUES_MODULE_SOURCES
core/modules/keyvalues/keyvalues_wrap.cpp
${SOURCESDK}/tier1/KeyValues.cpp
${SOURCESDK}/public/tier1/KeyValues.h
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That line could be removed completely as it gets included in shared.make.

)

# ------------------------------------------------------------------
Expand Down