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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
5566d6de
Commit
5566d6de
authored
9 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
tiny fixups
parent
87d621bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vsprojects/README.md
+4
-4
4 additions, 4 deletions
vsprojects/README.md
vsprojects/make.bat
+0
-2
0 additions, 2 deletions
vsprojects/make.bat
with
4 additions
and
6 deletions
vsprojects/README.md
+
4
−
4
View file @
5566d6de
...
@@ -23,12 +23,12 @@ After that, you can build the solution using one of these options:
...
@@ -23,12 +23,12 @@ After that, you can build the solution using one of these options:
Use
`run_tests.py`
, that also supports Windows (with a bit limited experience).
Use
`run_tests.py`
, that also supports Windows (with a bit limited experience).
```
```
REM Run from repository root.
>
REM Run from repository root.
python tools\run_tests\run_tests.py -l c
>
python tools\run_tests\run_tests.py -l c
```
```
Also, you can
`make.bat`
directly to build and run gRPC tests.
Also, you can
`make.bat`
directly to build and run gRPC tests.
```
```
REM Run from this directory.
>
REM Run from this directory.
make.bat alarm_test
>
make.bat alarm_test
```
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
vsprojects/make.bat
+
0
−
2
View file @
5566d6de
...
@@ -5,8 +5,6 @@ setlocal
...
@@ -5,8 +5,6 @@ setlocal
@rem Set VS variables (uses Visual Studio 2013)
@rem Set VS variables (uses Visual Studio 2013)
@call
"
%VS1
20COMNTOOLS
%
\..\..\vc\vcvarsall.bat"
x86
@call
"
%VS1
20COMNTOOLS
%
\..\..\vc\vcvarsall.bat"
x86
echo
%
*
nmake
/f
Grpc
.mak
%
*
nmake
/f
Grpc
.mak
%
*
exit
/b
%ERRORLEVEL%
exit
/b
%ERRORLEVEL%
endlocal
endlocal
\ No newline at end of file
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
register
or
sign in
to comment