diff options
author | Martin Sustrik <sustrik@250bpm.cpm> | 2012-02-16 10:03:22 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:03:22 +0900 |
commit | 93351787fb9d5a488a99ce74a795b449ed1d0b06 (patch) | |
tree | 02e720131106090734675ed89b585d3eccea0a1e /builds/msvc/libxs/libxs.vcxproj | |
parent | 6d5c9381c763b1df70bba0c4d7f8a913b08282a9 (diff) |
MSVC build fixed
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 a3f361e..45ccd1f 100644 --- a/builds/msvc/libxs/libxs.vcxproj +++ b/builds/msvc/libxs/libxs.vcxproj @@ -121,6 +121,7 @@ <ClCompile Include="..\..\..\src\kqueue.cpp" /> <ClCompile Include="..\..\..\src\lb.cpp" /> <ClCompile Include="..\..\..\src\mailbox.cpp" /> + <ClCompile Include="..\..\..\src\monitor.cpp" /> <ClCompile Include="..\..\..\src\msg.cpp" /> <ClCompile Include="..\..\..\src\mtrie.cpp" /> <ClCompile Include="..\..\..\src\object.cpp" /> @@ -191,6 +192,7 @@ <ClInclude Include="..\..\..\src\lb.hpp" /> <ClInclude Include="..\..\..\src\likely.hpp" /> <ClInclude Include="..\..\..\src\mailbox.hpp" /> + <ClInclude Include="..\..\..\src\monitor.hpp" /> <ClInclude Include="..\..\..\src\msg.hpp" /> <ClInclude Include="..\..\..\src\mtrie.hpp" /> <ClInclude Include="..\..\..\src\mutex.hpp" /> @@ -238,4 +240,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |