diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-04-15 07:32:49 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-04-15 07:32:49 +0200 |
commit | 1c33941be9d564733c15fe0466906fdf0bbd46b8 (patch) | |
tree | 9348422063498c3598624b6e60bf4de6180b661e /builds | |
parent | ea18d30c209cb4e3f0dd0bc5e4380345e81b6fb6 (diff) | |
parent | 370cde09226d8a1b87eeac306fe97d64b4ea63a3 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'builds')
-rw-r--r-- | builds/msvc/c_local_lat/c_local_lat.vcproj | 2 | ||||
-rw-r--r-- | builds/msvc/c_local_thr/c_local_thr.vcproj | 2 | ||||
-rw-r--r-- | builds/msvc/c_remote_lat/c_remote_lat.vcproj | 2 | ||||
-rw-r--r-- | builds/msvc/c_remote_thr/c_remote_thr.vcproj | 2 | ||||
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcproj | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/builds/msvc/c_local_lat/c_local_lat.vcproj b/builds/msvc/c_local_lat/c_local_lat.vcproj index bacaadb..a8d9a8d 100644 --- a/builds/msvc/c_local_lat/c_local_lat.vcproj +++ b/builds/msvc/c_local_lat/c_local_lat.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\local_lat.c" + RelativePath="..\..\..\perf\local_lat.cpp" > </File> </Filter> diff --git a/builds/msvc/c_local_thr/c_local_thr.vcproj b/builds/msvc/c_local_thr/c_local_thr.vcproj index 578de42..38425cc 100644 --- a/builds/msvc/c_local_thr/c_local_thr.vcproj +++ b/builds/msvc/c_local_thr/c_local_thr.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\local_thr.c" + RelativePath="..\..\..\perf\local_thr.cpp" > </File> </Filter> diff --git a/builds/msvc/c_remote_lat/c_remote_lat.vcproj b/builds/msvc/c_remote_lat/c_remote_lat.vcproj index 3a4c94f..5bce7e9 100644 --- a/builds/msvc/c_remote_lat/c_remote_lat.vcproj +++ b/builds/msvc/c_remote_lat/c_remote_lat.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\remote_lat.c" + RelativePath="..\..\..\perf\remote_lat.cpp" > </File> </Filter> diff --git a/builds/msvc/c_remote_thr/c_remote_thr.vcproj b/builds/msvc/c_remote_thr/c_remote_thr.vcproj index cd71d7c..1089549 100644 --- a/builds/msvc/c_remote_thr/c_remote_thr.vcproj +++ b/builds/msvc/c_remote_thr/c_remote_thr.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\remote_thr.c" + RelativePath="..\..\..\perf\remote_thr.cpp" > </File> </Filter> diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index 567ee5b..a525d09 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -40,7 +40,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="-DZMQ_BUILDING_LIBZMQ_WITH_MSVC" + AdditionalOptions="-DDLL_EXPORT" Optimization="0" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -112,7 +112,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="-DZMQ_BUILDING_LIBZMQ_WITH_MSVC" + AdditionalOptions="-DDLL_EXPORT" Optimization="2" EnableIntrinsicFunctions="true" RuntimeLibrary="2" |