Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
af524aed
Commit
af524aed
authored
May 13, 2016
by
evoskuil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: msvc dist has redundancies and missing elements.
parent
9e26bb18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
59 deletions
+53
-59
Makefile.am
builds/msvc/Makefile.am
+53
-59
No files found.
builds/msvc/Makefile.am
View file @
af524aed
...
...
@@ -3,28 +3,24 @@ LIBZMQ_DIST = vs2008/libzmq.sln \
vs2010/libzmq.sln
\
vs2010/libzmq/libzmq.vcxproj
\
vs2010/libzmq/libzmq.vcxproj.filters
\
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/libzmq.vcxproj
\
vs2012/libzmq/libzmq.vcxproj.filters
\
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/libzmq.vcxproj
\
vs2013/libzmq/libzmq.vcxproj.filters
\
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
vs2015/libzmq.sln
\
vs2015/libzmq/libzmq.vcxproj
\
vs2015/libzmq/libzmq.vcxproj.filters
\
vs2015/libzmq/libzmq.props
\
vs2015/libzmq/libzmq.xml
\
vs2015/libzmq.import.props
\
vs2015/libzmq.import.xml
\
errno.cpp
\
errno.hpp
\
platform.hpp
\
resource.h
\
resource.rc
PERF_DIST
=
vs2008/local_lat/local_lat.vcproj
\
vs2008/local_thr/local_thr.vcproj
\
...
...
@@ -38,18 +34,6 @@ PERF_DIST = vs2008/local_lat/local_lat.vcproj \
vs2010/remote_thr/remote_thr.vcxproj
\
vs2010/inproc_lat/inproc_lat.vcxproj
\
vs2010/inproc_thr/inproc_thr.vcxproj
\
vs2010/local_lat/local_lat.vcxproj
\
vs2010/local_thr/local_thr.vcxproj
\
vs2010/remote_lat/remote_lat.vcxproj
\
vs2010/remote_thr/remote_thr.vcxproj
\
vs2010/inproc_lat/inproc_lat.vcxproj
\
vs2010/inproc_thr/inproc_thr.vcxproj
\
vs2012/local_lat/local_lat.vcxproj
\
vs2012/local_thr/local_thr.vcxproj
\
vs2012/remote_lat/remote_lat.vcxproj
\
vs2012/remote_thr/remote_thr.vcxproj
\
vs2012/inproc_lat/inproc_lat.vcxproj
\
vs2012/inproc_thr/inproc_thr.vcxproj
\
vs2012/local_lat/local_lat.vcxproj
\
vs2012/local_thr/local_thr.vcxproj
\
vs2012/remote_lat/remote_lat.vcxproj
\
...
...
@@ -62,39 +46,49 @@ PERF_DIST = vs2008/local_lat/local_lat.vcproj \
vs2013/remote_thr/remote_thr.vcxproj
\
vs2013/inproc_lat/inproc_lat.vcxproj
\
vs2013/inproc_thr/inproc_thr.vcxproj
\
vs2013/local_lat/local_lat.vcxproj
\
vs2013/local_thr/local_thr.vcxproj
\
vs2013/remote_lat/remote_lat.vcxproj
\
vs2013/remote_thr/remote_thr.vcxproj
\
vs2013/inproc_lat/inproc_lat.vcxproj
\
vs2013/inproc_thr/inproc_thr.vcxproj
vs2015/local_lat/local_lat.vcxproj
\
vs2015/local_lat/local_lat.props
\
vs2015/local_thr/local_thr.vcxproj
\
vs2015/local_thr/local_thr.props
\
vs2015/remote_lat/remote_lat.vcxproj
\
vs2015/remote_lat/remote_lat.props
\
vs2015/remote_thr/remote_thr.vcxproj
\
vs2015/remote_thr/remote_thr.props
\
vs2015/inproc_lat/inproc_lat.vcxproj
\
vs2015/inproc_lat/inproc_lat.props
\
vs2015/inproc_thr/inproc_thr.vcxproj
\
vs2015/inproc_thr/inproc_thr.props
PROPERTIES_DIST
=
properties/Common.props
\
properties/DebugDEXE
.props
\
properties/DebugDLL
.props
\
properties/DebugLEXE
.props
\
properties/DebugLIB
.props
\
properties/DebugLTCG
.props
\
properties/Debug
.props
\
properties/DebugSEXE.props
\
properties/DLL.props
\
properties/EXE.props
\
properties/LIB.props
\
properties/Link.props
\
properties/LTCG.props
\
properties/Messages.props
\
properties/Output.props
\
properties/ReleaseDEXE
.props
\
properties/ReleaseDLL
.props
\
properties/ReleaseLEXE
.props
\
properties/ReleaseLIB
.props
\
properties/ReleaseLTCG
.props
\
properties/Release
.props
\
properties/ReleaseSEXE.props
\
properties/Win32.props
\
properties/x64.props
properties/Debug
.props
\
properties/DebugDEXE
.props
\
properties/DebugDLL
.props
\
properties/DebugLEXE
.props
\
properties/DebugLIB
.props
\
properties/DebugLTCG
.props
\
properties/DebugSEXE.props
\
properties/DLL.props
\
properties/EXE.props
\
properties/LIB.props
\
properties/Link.props
\
properties/LTCG.props
\
properties/Messages.props
\
properties/Output.props
\
properties/Release
.props
\
properties/ReleaseDEXE
.props
\
properties/ReleaseDLL
.props
\
properties/ReleaseLEXE
.props
\
properties/ReleaseLIB
.props
\
properties/ReleaseLTCG
.props
\
properties/ReleaseSEXE.props
\
properties/Win32.props
\
properties/x64.props
PRECOMPILED_DIST
=
../../src/precompiled.hpp
\
../../src/precompiled.cpp
EXTRA_DIST
=
$(LIBZMQ_DIST)
$(PERF_DIST)
$(PROPERTIES_DIST)
$(PRECOMPILED_DIST)
\ No newline at end of file
BUILD_DIST
=
build/build.bat
\
build/buildall.bat
\
build/buildbase.bat
EXTRA_DIST
=
$(LIBZMQ_DIST)
$(PERF_DIST)
$(PROPERTIES_DIST)
$(PRECOMPILED_DIST)
$(BUILD_DIST)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment