Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
f3a90418
Commit
f3a90418
authored
Apr 03, 2015
by
Remo E
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MSVC: remove of winsock dependency
parent
524a1f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/Makefile.msvc
lib/Makefile.msvc
+3
-3
No files found.
lib/Makefile.msvc
View file @
f3a90418
...
...
@@ -37,7 +37,7 @@ INSTALL_HDR = $(VC_ROOT)/include
TARGETS
=
nghttp2.lib nghttp2.dll nghttp2_imp.lib
\
nghttp2d.lib
nghttp2d.dll
nghttp2d_imp.lib
EXT_LIBS
=
ws2_32.lib
EXT_LIBS
=
OBJ_DIR
=
MSVC_obj
...
...
@@ -45,7 +45,7 @@ NGHTTP2_PDB_R = $(OBJ_DIR)/nghttp2.pdb
NGHTTP2_PDB_D
=
$(OBJ_DIR)
/nghttp2d.pdb
CC
=
cl
CFLAGS
=
-I./includes -D
HAVE_WINSOCK2_H -D
ssize_t=long -D_U_=""
CFLAGS
=
-I./includes -Dssize_t=long -D_U_=""
CFLAGS_R
=
-nologo -MD -W3 -Zi -Fd./
$(NGHTTP2_PDB_R)
CFLAGS_D
=
-nologo -MDd -W3 -Zi -Fd./
$(NGHTTP2_PDB_D)
\
...
...
@@ -246,4 +246,4 @@ depend: includes/nghttp2/nghttp2ver.h
sed
-e
$(REPLACE_D)
.depend.tmp
>>
.depend.MSVC
rm
-f
.depend.tmp
-include
.depend.MSVC
\ No newline at end of file
-include
.depend.MSVC
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