Skip to content

Commit

Permalink
Merge pull request #7 from Draiget/dev
Browse files Browse the repository at this point in the history
Add supported version to README.md
  • Loading branch information
Draiget authored Oct 18, 2018
2 parents 3a9f13a + d24e94d commit b0ffe2b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Binary file modified .vs/project/v15/.suo
Binary file not shown.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# gmsv_rcon2
Garry's Mod RCON Binary module for controlling RCON authentication directly from Lua
Garry's Mod RCON Binary module for controlling RCON authentication directly from Lua

## Supported version:
```
Protocol version 24
Exe version 18.10.17 (garrysmod)
Exe build: 16:45:33 Oct 3 2018 (7270) (4000)
```
9 changes: 4 additions & 5 deletions project.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>..\output\</OutDir>
<TargetName>gmsv_rcon2_win32</TargetName>
<TargetName>gmsv_rcon2_win32_debug</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
Expand Down Expand Up @@ -149,14 +149,13 @@
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>false</EnableCOMDATFolding>
<OptimizeReferences>false</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<AdditionalDependencies>Kernel32.lib;tier2.lib;tier3.lib;tier1.lib;tier0.lib;vstdlib.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>LIBCMT</IgnoreSpecificDefaultLibraries>
<AdditionalLibraryDirectories>..\dependencies\ssdk2013\src\lib\public;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<GenerateDebugInformation>true</GenerateDebugInformation>
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
<LinkTimeCodeGeneration>UseFastLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
<PostBuildEvent>
<Command>copy /Y $(TargetPath) S:\game\gmod_dev\garrysmod\lua\bin\gmsv_rcon2_win32.dll</Command>
Expand Down

0 comments on commit b0ffe2b

Please sign in to comment.