Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
274f9323
Commit
274f9323
authored
10 years ago
by
Steve Holme
Browse files
Options
Downloads
Patches
Plain Diff
build-openssl.bat: Added check for OpenSSL source directory
parent
0c467c9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/build-openssl.bat
+14
-6
14 additions, 6 deletions
projects/build-openssl.bat
with
14 additions
and
6 deletions
projects/build-openssl.bat
+
14
−
6
View file @
274f9323
...
...
@@ -104,6 +104,9 @@ rem ***************************************************************************
rem Check we have Visual Studio installed
if
not
exist
"
%PF%
\
%VC_PATH%
"
goto
novc
rem Check the start directory exists
if
not
exist
"
%START_DIR%
"
goto
noopenssl
:configure
if
"
%BUILD_PLATFORM%
"
==
""
(
...
...
@@ -282,7 +285,7 @@ rem ***************************************************************************
echo
.
echo
Other
:
echo
.
echo
directory
-
Specifies
the
o
pen
ssl
directory
echo
directory
-
Specifies
the
O
pen
SSL
source
directory
goto
error
:unknown
...
...
@@ -305,11 +308,16 @@ rem ***************************************************************************
echo
Error
:
%VC_DESC%
is
not
installed
goto
error
:nox
64
echo
.
echo
Error
:
%VC_DESC%
does
not
support
64
-bit
builds
goto
error
:nox
64
echo
.
echo
Error
:
%VC_DESC%
does
not
support
64
-bit
builds
goto
error
:noopenssl
echo
.
echo
Error
:
Cannot
locate
OpenSSL
source
directory
goto
error
:error
if
"
%OS%
"
==
"Windows_NT"
endlocal
exit
/B
1
...
...
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