Skip to content

Commit

Permalink
Removed MSVC builds for standalone devices
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Mar 21, 2011
1 parent bcd6ab8 commit a4c98d2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 548 deletions.
6 changes: 1 addition & 5 deletions builds/msvc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
LIBZMQ_DIST = libzmq/libzmq.vcproj platform.hpp msvc.sln

DEVICES_DIST = zmq_queue/zmq_queue.vcproj \
zmq_streamer/zmq_streamer.vcproj \
zmq_forwarder/zmq_forwarder.vcproj

PERF_DIST = c_local_thr/c_local_thr.vcproj \
c_remote_thr/c_remote_thr.vcproj \
c_local_lat/c_local_lat.vcproj \
c_remote_lat/c_remote_lat.vcproj

EXTRA_DIST = $(LIBZMQ_DIST) $(DEVICES_DIST) $(PERF_DIST)
EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST)
15 changes: 0 additions & 15 deletions builds/msvc/msvc.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_thr", "c_remote_thr\
{641C5F36-32EE-4323-B740-992B651CF9D6} = {641C5F36-32EE-4323-B740-992B651CF9D6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zmq_forwarder", "zmq_forwarder\zmq_forwarder.vcproj", "{EFE471DE-6747-4B2E-B084-F7E45A16CD03}"
ProjectSection(ProjectDependencies) = postProject
{641C5F36-32EE-4323-B740-992B651CF9D6} = {641C5F36-32EE-4323-B740-992B651CF9D6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zmq_streamer", "zmq_streamer\zmq_streamer.vcproj", "{DF2CED64-4156-48EA-8AA3-38CF86060D59}"
ProjectSection(ProjectDependencies) = postProject
{641C5F36-32EE-4323-B740-992B651CF9D6} = {641C5F36-32EE-4323-B740-992B651CF9D6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zmq_queue", "zmq_queue\zmq_queue.vcproj", "{076F7B8B-5175-4CA9-BC2B-438E37F7F43E}"
ProjectSection(ProjectDependencies) = postProject
{641C5F36-32EE-4323-B740-992B651CF9D6} = {641C5F36-32EE-4323-B740-992B651CF9D6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down
176 changes: 0 additions & 176 deletions builds/msvc/zmq_forwarder/zmq_forwarder.vcproj

This file was deleted.

176 changes: 0 additions & 176 deletions builds/msvc/zmq_queue/zmq_queue.vcproj

This file was deleted.

Loading

0 comments on commit a4c98d2

Please sign in to comment.