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
62b0fdca
Commit
62b0fdca
authored
13 years ago
by
Guenter Knauf
Browse files
Options
Downloads
Patches
Plain Diff
Another MinGW example makefile tweak.
parent
3317160c
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
docs/examples/Makefile.m32
+5
-5
5 additions, 5 deletions
docs/examples/Makefile.m32
with
5 additions
and
5 deletions
docs/examples/Makefile.m32
+
5
−
5
View file @
62b0fdca
...
...
@@ -207,7 +207,7 @@ ifdef USE_LDAP_OPENLDAP
endif
ifndef
USE_LDAP_NOVELL
ifndef
USE_LDAP_OPENLDAP
curl_LDADD
+=
-lwldap32
curl_LDADD
+=
-lwldap32
endif
endif
curl_LDADD
+=
-lws2_32
...
...
@@ -215,10 +215,10 @@ curl_LDADD += -lws2_32
# Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines
include
Makefile.inc
example
_PROGRAMS
:=
$(
patsubst %,%.exe,
$(
strip
$(
check_PROGRAMS
)))
check
_PROGRAMS
:=
$(
patsubst %,%.exe,
$(
strip
$(
check_PROGRAMS
)))
all
:
$(
example
_PROGRAMS)
all
:
$(
check
_PROGRAMS)
%.exe
:
%.o $(curl_DEPENDENCIES)
$(
CC
)
$(
LDFLAGS
)
-o
$@
$<
$(
curl_LDADD
)
...
...
@@ -230,8 +230,8 @@ all: $(example_PROGRAMS)
$(
RC
)
$(
RCFLAGS
)
$<
-o
$@
clean
:
$(
RM
)
$(
example
_PROGRAMS:.exe
=
.o
)
-
$(
RM
)
$(
check
_PROGRAMS:.exe
=
.o
)
distclean vclean
:
clean
-$(
RM
)
$(
example
_PROGRAMS
)
-$(
RM
)
$(
check
_PROGRAMS
)
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