diff --git a/README.md b/README.md index c014ff3..485105a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -sm-ext-socket -============= +SourceMod Socket Extension +========================== +This has been forked from [sfPlayer´s origin Git repository](http://player.to/gitweb/index.cgi?p=sm-ext-socket.git). Get to the [AlliedModders forum thread](https://forums.alliedmods.net/showthread.php?t=67640) for more information. + +Dependencies for building +------------------------- + * [SourceMod](https://github.com/alliedmodders/sourcemod) + * [Boost](http://www.boost.org/) + * [msinttypes](https://code.google.com/p/msinttypes/) \ No newline at end of file diff --git a/msvc10/socket.vcxproj b/msvc10/socket.vcxproj index adfe818..7748361 100644 --- a/msvc10/socket.vcxproj +++ b/msvc10/socket.vcxproj @@ -50,7 +50,7 @@ Disabled - ..;C:\build\sourcemod-1-0\public;C:\build\sourcemod-1-0\public\sourcepawn;C:\build\boost_1_42_0;C:\build\msinttypes-r24;%(AdditionalIncludeDirectories) + ..;$(SOURCEMOD)\public;$(SOURCEMOD)\public\sourcepawn;$(BOOST155);$(MSINTTYPES);%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;SOCKET_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD;WIN32;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions) true EnableFastChecks @@ -62,7 +62,7 @@ $(OutDir)socket.ext.dll - C:\build\boost_1_42_0\stage\lib;%(AdditionalLibraryDirectories) + $(BOOST155)\stage\lib\x86;%(AdditionalLibraryDirectories) true Windows MachineX86 @@ -70,7 +70,7 @@ - ..;C:\build\sourcemod-1-0\public;C:\build\sourcemod-1-0\public\sourcepawn;C:\build\boost_1_42_0;C:\build\msinttypes-r24;%(AdditionalIncludeDirectories) + ..;$(SOURCEMOD)\public;$(SOURCEMOD)\public\sourcepawn;$(BOOST155);$(MSINTTYPES);%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;SOCKET_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD;WIN32;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions) MultiThreaded @@ -80,7 +80,7 @@ $(OutDir)$(ProjectName).ext.dll - C:\build\boost_1_42_0\stage\lib;%(AdditionalLibraryDirectories) + $(BOOST155)\stage\lib\x86;%(AdditionalLibraryDirectories) true Windows true