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
ea01755b
Commit
ea01755b
authored
19 years ago
by
Gisle Vanem
Browse files
Options
Downloads
Patches
Plain Diff
Added ares_getsock.obj.
parent
69c2084a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ares/Makefile.vc6
+3
-1
3 additions, 1 deletion
ares/Makefile.vc6
with
3 additions
and
1 deletion
ares/Makefile.vc6
+
3
−
1
View file @
ea01755b
...
...
@@ -20,7 +20,7 @@ USE_WATT32 = 0
CC
=
cl
CFLAGS
=
-nologo
-
$(
CFG_MODEL
)$(
DEBUG_MODEL
)
-W3
-Yd
-Zi
LDFLAGS
=
-machine
:i386
-map
LDFLAGS
=
-machine
:i386
-map
OBJ_DIR
=
VC6_obj
DEF_FILE
=
cares.def
...
...
@@ -52,6 +52,7 @@ OBJECTS = $(OBJ_DIR)\ares_fds.obj \
$(
OBJ_DIR
)
\a
res_search.obj
\
$(
OBJ_DIR
)
\a
res__get_hostent.obj
\
$(
OBJ_DIR
)
\a
res_gethostbyaddr.obj
\
$(
OBJ_DIR
)
\a
res_getsock.obj
\
$(
OBJ_DIR
)
\a
res_send.obj
\
$(
OBJ_DIR
)
\a
res__read_line.obj
\
$(
OBJ_DIR
)
\a
res_gethostbyname.obj
\
...
...
@@ -98,6 +99,7 @@ $(DEF_FILE): $(OBJECTS) Makefile.VC6
@echo
ares_free_string
>>
$@
@echo
ares_gethostbyaddr
>>
$@
@echo
ares_gethostbyname
>>
$@
@echo
ares_getsock
>>
$@
@echo
ares_init
>>
$@
@echo
ares_init_options
>>
$@
@echo
ares_mkquery
>>
$@
...
...
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