Update VS 2008/10/12/13 file distribution.

This commit is contained in:
evoskuil 2014-05-06 15:26:27 -07:00
parent 033040f7e0
commit 4e5921b7ab

View File

@ -3,14 +3,31 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
vs2010/libzmq.sln \ vs2010/libzmq.sln \
vs2010/libzmq/libzmq.vcxproj \ vs2010/libzmq/libzmq.vcxproj \
vs2010/libzmq/libzmq.vcxproj.filters \ vs2010/libzmq/libzmq.vcxproj.filters \
vs2010/libzmq/libzmq.props \
vs2010/libzmq/libzmq.xml \
vs2010/libzmq.import.props \
vs2010/libzmq.import.xml \
vs2010/libsodium.import.props \
vs2010/libsodium.import.xml \
vs2012/libzmq.sln \ vs2012/libzmq.sln \
vs2012/libzmq/libzmq.vcxproj \ vs2012/libzmq/libzmq.vcxproj \
vs2012/libzmq/libzmq.vcxproj.filters \ vs2012/libzmq/libzmq.vcxproj.filters \
vs2012/libzmq/libzmq.props \
vs2012/libzmq/libzmq.xml \
vs2012/libzmq.import.props \
vs2012/libzmq.import.xml \
vs2012/libsodium.import.props \
vs2012/libsodium.import.xml \
vs2013/libzmq.sln \ vs2013/libzmq.sln \
vs2013/libzmq/libzmq.vcxproj \ vs2013/libzmq/libzmq.vcxproj \
vs2013/libzmq/libzmq.vcxproj.filters \ vs2013/libzmq/libzmq.vcxproj.filters \
vs2013/libzmq/libzmq.props \ vs2013/libzmq/libzmq.props \
platform.hpp errno.cpp errno.hpp vs2013/libzmq/libzmq.xml \
vs2013/libzmq.import.props \
vs2013/libzmq.import.xml \
vs2013/libsodium.import.props \
vs2013/libsodium.import.xml \
platform.hpp errno.cpp errno.hpp resource.h resource.rc
PERF_DIST = vs2008/c_local_lat/c_local_lat.vcproj \ PERF_DIST = vs2008/c_local_lat/c_local_lat.vcproj \
vs2008/c_local_thr/c_local_thr.vcproj \ vs2008/c_local_thr/c_local_thr.vcproj \
@ -24,60 +41,59 @@ PERF_DIST = vs2008/c_local_lat/c_local_lat.vcproj \
vs2010/c_remote_thr/c_remote_thr.vcxproj \ vs2010/c_remote_thr/c_remote_thr.vcxproj \
vs2010/inproc_lat/inproc_lat.vcxproj \ vs2010/inproc_lat/inproc_lat.vcxproj \
vs2010/inproc_thr/inproc_thr.vcxproj \ vs2010/inproc_thr/inproc_thr.vcxproj \
vs2010/c_local_lat/c_local_lat.props \
vs2010/c_local_thr/c_local_thr.props \
vs2010/c_remote_lat/c_remote_lat.props \
vs2010/c_remote_thr/c_remote_thr.props \
vs2010/inproc_lat/inproc_lat.props \
vs2010/inproc_thr/inproc_thr.props \
vs2012/c_local_lat/c_local_lat.vcxproj \ vs2012/c_local_lat/c_local_lat.vcxproj \
vs2012/c_local_thr/c_local_thr.vcxproj \ vs2012/c_local_thr/c_local_thr.vcxproj \
vs2012/c_remote_lat/c_remote_lat.vcxproj \ vs2012/c_remote_lat/c_remote_lat.vcxproj \
vs2012/c_remote_thr/c_remote_thr.vcxproj \ vs2012/c_remote_thr/c_remote_thr.vcxproj \
vs2012/inproc_lat/inproc_lat.vcxproj \ vs2012/inproc_lat/inproc_lat.vcxproj \
vs2012/inproc_thr/inproc_thr.vcxproj \ vs2012/inproc_thr/inproc_thr.vcxproj \
vs2012/c_local_lat/c_local_lat.props \
vs2012/c_local_thr/c_local_thr.props \
vs2012/c_remote_lat/c_remote_lat.props \
vs2012/c_remote_thr/c_remote_thr.props \
vs2012/inproc_lat/inproc_lat.props \
vs2012/inproc_thr/inproc_thr.props \
vs2013/c_local_lat/c_local_lat.vcxproj \ vs2013/c_local_lat/c_local_lat.vcxproj \
vs2013/c_local_thr/c_local_thr.vcxproj \ vs2013/c_local_thr/c_local_thr.vcxproj \
vs2013/c_remote_lat/c_remote_lat.vcxproj \ vs2013/c_remote_lat/c_remote_lat.vcxproj \
vs2013/c_remote_thr/c_remote_thr.vcxproj \ vs2013/c_remote_thr/c_remote_thr.vcxproj \
vs2013/inproc_lat/inproc_lat.vcxproj \ vs2013/inproc_lat/inproc_lat.vcxproj \
vs2013/inproc_thr/inproc_thr.vcxproj vs2013/inproc_thr/inproc_thr.vcxproj \
vs2013/c_local_lat/c_local_lat.props \
vs2013/c_local_thr/c_local_thr.props \
vs2013/c_remote_lat/c_remote_lat.props \
vs2013/c_remote_thr/c_remote_thr.props \
vs2013/inproc_lat/inproc_lat.props \
vs2013/inproc_thr/inproc_thr.props
PROPERTIES_DIST = vs2010/properties/Common.props \ PROPERTIES_DIST = properties/Common.props \
vs2010/properties/Debug.props \ properties/Console.props \
vs2010/properties/Dynamic.props \ properties/ConsoleDebugDynamic.props \
vs2010/properties/Executable.props \ properties/ConsoleDebugLinkTimeCodeGeneration.props \
vs2010/properties/Precompiled.props \ properties/ConsoleDebugStatic.props \
vs2010/properties/Release.props \ properties/ConsoleReleaseDynamic.props \
vs2010/properties/Static.props \ properties/ConsoleReleaseLinkTimeCodeGeneration.props \
vs2010/properties/Win32.props \ properties/ConsoleReleaseStatic.props \
vs2010/properties/Win32_Release.props \ properties/Debug.props \
vs2010/properties/WithOpenPGM.props \ properties/Dynamic.props \
vs2010/properties/x64.props \ properties/DynamicDebug.props \
vs2010/properties/ZeroMQ.props \ properties/DynamicRelease.props \
vs2010/properties/ZeroMQ_Static.props \ properties/LinkTimeCodeGeneration.props \
vs2012/properties/Common.props \ properties/Release.props \
vs2012/properties/Debug.props \ properties/Static.props \
vs2012/properties/Dynamic.props \ properties/StaticDebug.props \
vs2012/properties/Executable.props \ properties/StaticDebugLinkTimeCodeGeneration.props \
vs2012/properties/Precompiled.props \ properties/StaticLinkTimeCodeGeneration.props \
vs2012/properties/Release.props \ properties/StaticRelease.props \
vs2012/properties/Static.props \ properties/StaticReleaseLinkTimeCodeGeneration.props \
vs2012/properties/Win32.props \ properties/Win32.props \
vs2012/properties/Win32_Release.props \ properties/x64.props
vs2012/properties/WithOpenPGM.props \
vs2012/properties/x64.props \
vs2012/properties/ZeroMQ.props \
vs2012/properties/ZeroMQ_Static.props \
vs2013/Common.props \
vs2013/Debug.props \
vs2013/Dynamic.props \
vs2013/DynamicDebug.props \
vs2013/DynamicRelease.props \
vs2013/LinkTimeCodeGeneration.props \
vs2013/Release.props \
vs2013/Static.props \
vs2013/StaticDebug.props \
vs2013/StaticDebugLinkTimeCodeGeneration.props \
vs2013/StaticLinkTimeCodeGeneration.props \
vs2013/StaticRelease.props \
vs2013/StaticReleaseLinkTimeCodeGeneration.props \
vs2013/Win32.props \
vs2013/x64.props
PRECOMPILED_DIST = ../../src/precompiled.hpp \ PRECOMPILED_DIST = ../../src/precompiled.hpp \
../../src/precompiled.cpp ../../src/precompiled.cpp