diff options
author | Martin Sustrik <sustrik@250bpm.cpm> | 2012-02-16 10:09:49 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:09:49 +0900 |
commit | 5391d09c9801ec7680f5dba430131c4f8d079765 (patch) | |
tree | 98f3efd37fa1c1a638415bd06702c92f75d77e23 /builds/msvc/libxs/libxs.vcxproj | |
parent | 3f030202f2fe5ebf69b02c886512b6781c8e4f55 (diff) |
MSVC build updated
Signed-off-by: Martin Sustrik <sustrik@250bpm.cpm>
Diffstat (limited to 'builds/msvc/libxs/libxs.vcxproj')
-rw-r--r-- | builds/msvc/libxs/libxs.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/builds/msvc/libxs/libxs.vcxproj b/builds/msvc/libxs/libxs.vcxproj index 49c6f4d..cbc88f3 100644 --- a/builds/msvc/libxs/libxs.vcxproj +++ b/builds/msvc/libxs/libxs.vcxproj @@ -155,6 +155,7 @@ <ClCompile Include="..\..\..\src\tcp_listener.cpp" /> <ClCompile Include="..\..\..\src\thread.cpp" /> <ClCompile Include="..\..\..\src\trie.cpp" /> + <ClCompile Include="..\..\..\src\upoll.cpp" /> <ClCompile Include="..\..\..\src\xpub.cpp" /> <ClCompile Include="..\..\..\src\xrep.cpp" /> <ClCompile Include="..\..\..\src\xreq.cpp" /> @@ -226,6 +227,7 @@ <ClInclude Include="..\..\..\src\tcp_listener.hpp" /> <ClInclude Include="..\..\..\src\thread.hpp" /> <ClInclude Include="..\..\..\src\trie.hpp" /> + <ClInclude Include="..\..\..\src\upoll.hpp" /> <ClInclude Include="..\..\..\src\windows.hpp" /> <ClInclude Include="..\..\..\src\wire.hpp" /> <ClInclude Include="..\..\..\src\xpub.hpp" /> @@ -239,4 +241,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |