builds/msvc/Makefile.am: fix up project file/property file paths

Signed-off-by: Dan Mick <dmick@redhat.com>
This commit is contained in:
Dan Mick 2014-10-01 15:53:15 -07:00
parent 91cc9a2fd0
commit de4a442263

View File

@ -29,71 +29,73 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
vs2013/libsodium.import.xml \ vs2013/libsodium.import.xml \
platform.hpp errno.cpp errno.hpp resource.h resource.rc platform.hpp errno.cpp errno.hpp resource.h resource.rc
PERF_DIST = vs2008/c_local_lat/c_local_lat.vcproj \ PERF_DIST = vs2008/local_lat/local_lat.vcproj \
vs2008/c_local_thr/c_local_thr.vcproj \ vs2008/local_thr/local_thr.vcproj \
vs2008/c_remote_lat/c_remote_lat.vcproj \ vs2008/remote_lat/remote_lat.vcproj \
vs2008/c_remote_thr/c_remote_thr.vcproj \ vs2008/remote_thr/remote_thr.vcproj \
vs2008/inproc_lat/inproc_lat.vcproj \ vs2008/inproc_lat/inproc_lat.vcproj \
vs2008/inproc_thr/inproc_thr.vcproj \ vs2008/inproc_thr/inproc_thr.vcproj \
vs2010/c_local_lat/c_local_lat.vcxproj \ vs2010/local_lat/local_lat.vcxproj \
vs2010/c_local_thr/c_local_thr.vcxproj \ vs2010/local_thr/local_thr.vcxproj \
vs2010/c_remote_lat/c_remote_lat.vcxproj \ vs2010/remote_lat/remote_lat.vcxproj \
vs2010/c_remote_thr/c_remote_thr.vcxproj \ vs2010/remote_thr/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/local_lat/local_lat.props \
vs2010/c_local_thr/c_local_thr.props \ vs2010/local_thr/local_thr.props \
vs2010/c_remote_lat/c_remote_lat.props \ vs2010/remote_lat/remote_lat.props \
vs2010/c_remote_thr/c_remote_thr.props \ vs2010/remote_thr/remote_thr.props \
vs2010/inproc_lat/inproc_lat.props \ vs2010/inproc_lat/inproc_lat.props \
vs2010/inproc_thr/inproc_thr.props \ vs2010/inproc_thr/inproc_thr.props \
vs2012/c_local_lat/c_local_lat.vcxproj \ vs2012/local_lat/local_lat.vcxproj \
vs2012/c_local_thr/c_local_thr.vcxproj \ vs2012/local_thr/local_thr.vcxproj \
vs2012/c_remote_lat/c_remote_lat.vcxproj \ vs2012/remote_lat/remote_lat.vcxproj \
vs2012/c_remote_thr/c_remote_thr.vcxproj \ vs2012/remote_thr/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/local_lat/local_lat.props \
vs2012/c_local_thr/c_local_thr.props \ vs2012/local_thr/local_thr.props \
vs2012/c_remote_lat/c_remote_lat.props \ vs2012/remote_lat/remote_lat.props \
vs2012/c_remote_thr/c_remote_thr.props \ vs2012/remote_thr/remote_thr.props \
vs2012/inproc_lat/inproc_lat.props \ vs2012/inproc_lat/inproc_lat.props \
vs2012/inproc_thr/inproc_thr.props \ vs2012/inproc_thr/inproc_thr.props \
vs2013/c_local_lat/c_local_lat.vcxproj \ vs2013/local_lat/local_lat.vcxproj \
vs2013/c_local_thr/c_local_thr.vcxproj \ vs2013/local_thr/local_thr.vcxproj \
vs2013/c_remote_lat/c_remote_lat.vcxproj \ vs2013/remote_lat/remote_lat.vcxproj \
vs2013/c_remote_thr/c_remote_thr.vcxproj \ vs2013/remote_thr/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/local_lat/local_lat.props \
vs2013/c_local_thr/c_local_thr.props \ vs2013/local_thr/local_thr.props \
vs2013/c_remote_lat/c_remote_lat.props \ vs2013/remote_lat/remote_lat.props \
vs2013/c_remote_thr/c_remote_thr.props \ vs2013/remote_thr/remote_thr.props \
vs2013/inproc_lat/inproc_lat.props \ vs2013/inproc_lat/inproc_lat.props \
vs2013/inproc_thr/inproc_thr.props vs2013/inproc_thr/inproc_thr.props
PROPERTIES_DIST = properties/Common.props \ PROPERTIES_DIST = properties/Common.props
properties/Console.props \ properties/DebugDEXE.props
properties/ConsoleDebugDynamic.props \ properties/DebugDLL.props
properties/ConsoleDebugLinkTimeCodeGeneration.props \ properties/DebugLEXE.props
properties/ConsoleDebugStatic.props \ properties/DebugLIB.props
properties/ConsoleReleaseDynamic.props \ properties/DebugLTCG.props
properties/ConsoleReleaseLinkTimeCodeGeneration.props \ properties/Debug.props
properties/ConsoleReleaseStatic.props \ properties/DebugSEXE.props
properties/Debug.props \ properties/DLL.props
properties/Dynamic.props \ properties/EXE.props
properties/DynamicDebug.props \ properties/LIB.props
properties/DynamicRelease.props \ properties/Link.props
properties/LinkTimeCodeGeneration.props \ properties/LTCG.props
properties/Release.props \ properties/Messages.props
properties/Static.props \ properties/Output.props
properties/StaticDebug.props \ properties/ReleaseDEXE.props
properties/StaticDebugLinkTimeCodeGeneration.props \ properties/ReleaseDLL.props
properties/StaticLinkTimeCodeGeneration.props \ properties/ReleaseLEXE.props
properties/StaticRelease.props \ properties/ReleaseLIB.props
properties/StaticReleaseLinkTimeCodeGeneration.props \ properties/ReleaseLTCG.props
properties/Win32.props \ properties/Release.props
properties/x64.props properties/ReleaseSEXE.props
properties/Win32.props
properties/x64.props
PRECOMPILED_DIST = ../../src/precompiled.hpp \ PRECOMPILED_DIST = ../../src/precompiled.hpp \
../../src/precompiled.cpp ../../src/precompiled.cpp