Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
64d10c18
Commit
64d10c18
authored
Feb 13, 2015
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
added zlib and openssl dependencies
parent
a2ad5584
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/vsprojects/vs2013/Grpc.mak.template
+9
-2
9 additions, 2 deletions
templates/vsprojects/vs2013/Grpc.mak.template
vsprojects/vs2013/Grpc.mak
+9
-2
9 additions, 2 deletions
vsprojects/vs2013/Grpc.mak
with
18 additions
and
4 deletions
templates/vsprojects/vs2013/Grpc.mak.template
+
9
−
2
View file @
64d10c18
...
@@ -14,9 +14,16 @@ OUT_DIR=test_bin
...
@@ -14,9 +14,16 @@ OUT_DIR=test_bin
CC=cl.exe
CC=cl.exe
LINK=link.exe
LINK=link.exe
CFLAGS=/c /I..\.. /I..\..\include /nologo /Z7 /W3 /WX- /sdl /D WIN32 /D _LIB /D _USE_32BIT_TIME_T /D _UNICODE /D UNICODE /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Gd /TC /analyze-
INCLUDES=/I..\.. /I..\..\include /I..\..\third_party\zlib /I..\third_party /I..\..\third_party\openssl\inc32
DEFINES=/D WIN32 /D _LIB /D _USE_32BIT_TIME_T /D _UNICODE /D UNICODE /D _CRT_SECURE_NO_WARNINGS
CFLAGS=/c $(INCLUDES) /nologo /Z7 /W3 /WX- /sdl $(DEFINES) /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Gd /TC /analyze-
LFLAGS=/DEBUG /INCREMENTAL /NOLOGO /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86
LFLAGS=/DEBUG /INCREMENTAL /NOLOGO /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86
LIBS=
OPENSSL_LIBS=..\..\third_party\openssl\out32\ssleay32.lib ..\..\third_party\openssl\out32\libeay32.lib
WINSOCK_LIBS=ws2_32.lib
ZLIB_LIBS=Debug\zlibwapi.lib
LIBS=$(OPENSSL_LIBS) $(WINSOCK_LIBS) $(ZLIB_LIBS)
gpr_test_util:
gpr_test_util:
MSBuild.exe gpr_test_util.vcxproj /p:Configuration=Debug
MSBuild.exe gpr_test_util.vcxproj /p:Configuration=Debug
...
...
This diff is collapsed.
Click to expand it.
vsprojects/vs2013/Grpc.mak
+
9
−
2
View file @
64d10c18
...
@@ -5,9 +5,16 @@ OUT_DIR=test_bin
...
@@ -5,9 +5,16 @@ OUT_DIR=test_bin
CC
=
cl.exe
CC
=
cl.exe
LINK
=
link.exe
LINK
=
link.exe
CFLAGS
=
/c /I..
\.
.
/I..
\.
.
\i
nclude /nologo /Z7 /W3 /WX- /sdl /D WIN32 /D _LIB /D _USE_32BIT_TIME_T /D _UNICODE /D UNICODE /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Gd /TC /analyze-
INCLUDES
=
/I..
\.
.
/I..
\.
.
\i
nclude /I..
\.
.
\t
hird_party
\z
lib /I..
\t
hird_party /I..
\.
.
\t
hird_party
\o
penssl
\i
nc32
DEFINES
=
/D WIN32 /D _LIB /D _USE_32BIT_TIME_T /D _UNICODE /D UNICODE /D _CRT_SECURE_NO_WARNINGS
CFLAGS
=
/c
$(
INCLUDES
)
/nologo /Z7 /W3 /WX- /sdl
$(
DEFINES
)
/EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Gd /TC /analyze-
LFLAGS
=
/DEBUG /INCREMENTAL /NOLOGO /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86
LFLAGS
=
/DEBUG /INCREMENTAL /NOLOGO /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86
LIBS
=
OPENSSL_LIBS
=
..
\.
.
\t
hird_party
\o
penssl
\o
ut32
\s
sleay32.lib ..
\.
.
\t
hird_party
\o
penssl
\o
ut32
\l
ibeay32.lib
WINSOCK_LIBS
=
ws2_32.lib
ZLIB_LIBS
=
Debug
\z
libwapi.lib
LIBS
=
$(
OPENSSL_LIBS
)
$(
WINSOCK_LIBS
)
$(
ZLIB_LIBS
)
gpr_test_util
:
gpr_test_util
:
MSBuild.exe gpr_test_util.vcxproj /p:Configuration
=
Debug
MSBuild.exe gpr_test_util.vcxproj /p:Configuration
=
Debug
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment