Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
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
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
575f3c30
Commit
575f3c30
authored
12 years ago
by
Pierre Joye
Browse files
Options
Downloads
Patches
Plain Diff
- fix IPV6 and IDN options
parent
00e615de
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
winbuild/Makefile.vc
+3
-3
3 additions, 3 deletions
winbuild/Makefile.vc
winbuild/MakefileBuild.vc
+2
-2
2 additions, 2 deletions
winbuild/MakefileBuild.vc
with
5 additions
and
5 deletions
winbuild/Makefile.vc
+
3
−
3
View file @
575f3c30
...
...
@@ -26,7 +26,7 @@ CFGSET=true
!MESSAGE
USE_SSSPI
=
<
yes
or no> - Enable SSPI support, default to
yes
!MESSAGE
ENABLE_IPV6
=
<
yes
or no> - Enable IPV6, default to
yes
!MESSAGE
DEBUG
=
<
yes
or no> - Debug builds
!MESSAGE
ENABLE_IDN
=
<
yes
or no>
- Wheter or not to use IDN Windows APIs. Requires Windows Vista or later.
!MESSAGE
ENABLE_IDN
=
<
yes
or no> - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later.
!MESSAGE or to install http
:
//www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815
!MESSAGE
GEN_PDB
=
<
yes
or no> - Generate Program Database
(
debug symbols release build
)
!ERROR
please
choose
a
valid
mode
...
...
@@ -50,9 +50,9 @@ USE_SSPI=true
!ENDIF
!IFNDEF
ENABLE_IPV6
USE_IPV6
=
true
USE_IPV6
=
true
!ELSEIF
"$(ENABLE_IPV6)"
==
"yes"
USE_IPV6
=
true
USE_IPV6
=
true
!ENDIF
!IFNDEF
ENABLE_IDN
...
...
This diff is collapsed.
Click to expand it.
winbuild/MakefileBuild.vc
+
2
−
2
View file @
575f3c30
...
...
@@ -149,10 +149,10 @@ USE_SSPI=true
!ENDIF
!IFNDEF USE_IPV6
USE_IPV6=
yes
USE_IPV6=
true
!ENDIF
!IFNDEF
US
E_IDN
!IFNDEF
ENABL
E_IDN
USE_IDN =true
!ELSEIF "$(USE_IDN)"=="yes"
USE_IDN =true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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