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
042016b8
Commit
042016b8
authored
19 years ago
by
Gisle Vanem
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typo. Detabified.
parent
f6da5743
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
ares/Makefile.vc6
+43
-43
43 additions, 43 deletions
ares/Makefile.vc6
with
43 additions
and
43 deletions
ares/Makefile.vc6
+
43
−
43
View file @
042016b8
# $Id$
#
# C-ares makefile fo MSVC6+
# C-ares makefile fo
r
MSVC6+
# G. Vanem <giva@bgnett.no>.
#
...
...
@@ -76,64 +76,64 @@ OBJECTS = $(OBJ_DIR)\ares_fds.obj \
all
:
$(OBJ_DIR) cares.lib cares.dll cares_imp.lib ahost.exe adig.exe
$(OBJ_DIR)
:
mkdir
$(
OBJ_DIR
)
mkdir
$(OBJ_DIR)
cares.lib
:
$(OBJECTS)
lib
-nologo
-out
:
$@
$(
OBJECTS
)
lib -nologo -out
:
$@ $(OBJECTS)
cares_imp.lib cares.dll
:
$(DEF_FILE) $(OBJECTS)
link
$(
LDFLAGS
)
-dll
-implib
:cares_imp.lib
-out
:cares.dll
\
-def
:
$(
DEF_FILE
)
$(
OBJECTS
)
$(
EX_LIBS
)
link $(LDFLAGS) -dll -implib
:
cares_imp.lib -out:cares.dll
\
-def:$(DEF_FILE) $(OBJECTS) $(EX_LIBS)
$(DEF_FILE)
:
$(OBJECTS) Makefile.VC6
@
echo
;
Generated. DO NOT EDIT
>
$@
@
echo
LIBRARY cares.dll
>>
$@
@
echo
EXPORTS
>>
$@
@
echo
ares_cancel
>>
$@
@
echo
ares_destroy
>>
$@
@
echo
ares_expand_name
>>
$@
@
echo
ares_expand_string
>>
$@
@
echo
ares_fds
>>
$@
@
echo
ares_free_hostent
>>
$@
@
echo
ares_free_string
>>
$@
@
echo
ares_gethostbyaddr
>>
$@
@
echo
ares_gethostbyname
>>
$@
@
echo
ares_init
>>
$@
@
echo
ares_init_options
>>
$@
@
echo
ares_mkquery
>>
$@
@
echo
ares_parse_a_reply
>>
$@
@
echo
ares_parse_ptr_reply
>>
$@
@
echo
ares_process
>>
$@
@
echo
ares_query
>>
$@
@
echo
ares_search
>>
$@
@
echo
ares_strerror
>>
$@
@
echo
ares_strncasecmp
>>
$@
@
echo
ares_strcasecmp
>>
$@
@
echo
ares_timeout
>>
$@
@
echo
ares_version
>>
$@
@
echo
ares_inet_net_pton
>>
$@
@
echo
ares_inet_ntop
>>
$@
@
echo
ares_inet_pton
>>
$@
@
echo
ares_writev
>>
$@
@
echo
ares_getnameinfo
>>
$@
@
echo
ares_gettimeofday
>>
$@
@
echo
ares_parse_aaaa_reply
>>
$@
@echo
;
Generated.
DO
NOT
EDIT
>
$@
@echo
LIBRARY
cares.dll
>>
$@
@echo
EXPORTS
>>
$@
@echo
ares_cancel
>>
$@
@echo
ares_destroy
>>
$@
@echo
ares_expand_name
>>
$@
@echo
ares_expand_string
>>
$@
@echo
ares_fds
>>
$@
@echo
ares_free_hostent
>>
$@
@echo
ares_free_string
>>
$@
@echo
ares_gethostbyaddr
>>
$@
@echo
ares_gethostbyname
>>
$@
@echo
ares_init
>>
$@
@echo
ares_init_options
>>
$@
@echo
ares_mkquery
>>
$@
@echo
ares_parse_a_reply
>>
$@
@echo
ares_parse_ptr_reply
>>
$@
@echo
ares_process
>>
$@
@echo
ares_query
>>
$@
@echo
ares_search
>>
$@
@echo
ares_strerror
>>
$@
@echo
ares_strncasecmp
>>
$@
@echo
ares_strcasecmp
>>
$@
@echo
ares_timeout
>>
$@
@echo
ares_version
>>
$@
@echo
ares_inet_net_pton
>>
$@
@echo
ares_inet_ntop
>>
$@
@echo
ares_inet_pton
>>
$@
@echo
ares_writev
>>
$@
@echo
ares_getnameinfo
>>
$@
@echo
ares_gettimeofday
>>
$@
@echo
ares_parse_aaaa_reply
>>
$@
ahost.exe
:
$(OBJ_DIR)
\a
host.obj cares_imp.lib
link
$(
LDFLAGS
)
-out
:
$@
$(
OBJ_DIR
)
\a
host.obj cares_imp.lib
$(
EX_LIBS
)
link $(LDFLAGS) -out
:
$@ $(OBJ_DIR)
\a
host.obj cares_imp.lib $(EX_LIBS)
adig.exe
:
$(OBJ_DIR)
\a
dig.obj $(OBJ_DIR)
\g
etopt.obj cares_imp.lib
link
$(
LDFLAGS
)
-out
:
$@
$(
OBJ_DIR
)
\a
dig.obj
$(
OBJ_DIR
)
\g
etopt.obj cares_imp.lib
$(
EX_LIBS
)
link $(LDFLAGS) -out
:
$@ $(OBJ_DIR)
\a
dig.obj $(OBJ_DIR)
\g
etopt.obj cares_imp.lib $(EX_LIBS)
clean
:
-
del
$(
OBJ_DIR
)
\*
.obj
*
.ilk
*
.pdb
*
.pbt
*
.pbi
*
.pbo
*
._xe
*
.map
-
del
$(OBJ_DIR)\*.obj
*.ilk
*.pdb
*.pbt
*.pbi
*.pbo
*._xe
*.map
vclean realclean
:
clean
-
del
$(
DEF_FILE
)
cares.lib cares_imp.
*
cares.dll ahost.exe adig.exe
-
rd
$(
OBJ_DIR
)
-
del
$(DEF_FILE)
cares.lib
cares_imp.*
cares.dll
ahost.exe
adig.exe
-
rd
$(OBJ_DIR)
.c{$(OBJ_DIR)}.obj
:
$(
CC
)
$(
CFLAGS
)
-Fo
$*
.obj
-c
$<
$(CC)
$(CFLAGS)
-Fo$*.obj
-c
$<
#
# Copyright "gcc -MM .."
...
...
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