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
50a9ee6e
Commit
50a9ee6e
authored
Nov 04, 2011
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MSVC build fixed
Signed-off-by:
Martin Sustrik
<
sustrik@250bpm.com
>
parent
05ce301f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
30 deletions
+3
-30
libzmq.vcproj
builds/msvc/libzmq/libzmq.vcproj
+3
-27
windows.hpp
src/windows.hpp
+0
-3
No files found.
builds/msvc/libzmq/libzmq.vcproj
View file @
50a9ee6e
...
...
@@ -40,7 +40,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=1024"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=1024
-D_CRT_SECURE_NO_WARNINGS
"
Optimization=
"0"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
...
...
@@ -112,7 +112,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=1024"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=1024
-D_CRT_SECURE_NO_WARNINGS
"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
RuntimeLibrary=
"2"
...
...
@@ -186,7 +186,7 @@
/>
<Tool
Name=
"VCCLCompilerTool"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=1024"
AdditionalOptions=
"-DDLL_EXPORT -DFD_SETSIZE=1024
-D_CRT_SECURE_NO_WARNINGS
"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
"../../../../OpenPGM/include"
...
...
@@ -394,10 +394,6 @@
RelativePath=
"..\..\..\src\req.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\router.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\select.cpp"
>
...
...
@@ -442,14 +438,6 @@
RelativePath=
"..\..\..\src\trie.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\vtcp_connecter.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\vtcp_listener.cpp"
>
</File>
<File
RelativePath=
"..\..\..\src\xpub.cpp"
>
...
...
@@ -676,10 +664,6 @@
RelativePath=
"..\..\..\src\req.hpp"
>
</File>
<File
RelativePath=
"..\..\..\src\router.hpp"
>
</File>
<File
RelativePath=
"..\..\..\src\select.hpp"
>
...
...
@@ -728,14 +712,6 @@
RelativePath=
"..\..\..\src\trie.hpp"
>
</File>
<File
RelativePath=
"..\..\..\src\vtcp_connecter.hpp"
>
</File>
<File
RelativePath=
"..\..\..\src\vtcp_listener.hpp"
>
</File>
<File
RelativePath=
"..\..\..\src\windows.hpp"
>
...
...
src/windows.hpp
View file @
50a9ee6e
...
...
@@ -25,9 +25,6 @@
// The purpose of this header file is to turn on only the items actually
// needed on the windows platform.
// Disable deprecation warnings.
#define _CRT_SECURE_NO_WARNINGS
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
...
...
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