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
afab4d88
Commit
afab4d88
authored
17 years ago
by
Gisle Vanem
Browse files
Options
Downloads
Patches
Plain Diff
Added build of acountry.exe.
parent
c751dfd6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ares/Makefile.m32
+2
-2
2 additions, 2 deletions
ares/Makefile.m32
ares/Makefile.vc6
+4
-1
4 additions, 1 deletion
ares/Makefile.vc6
with
6 additions
and
3 deletions
ares/Makefile.m32
+
2
−
2
View file @
afab4d88
...
...
@@ -32,7 +32,7 @@ $(LIB): $(OBJLIB)
all
:
$(LIB) demos
demos
:
adig.exe ahost.exe
demos
:
adig.exe ahost.exe
acountry.exe
tags
:
etags
*
.[ch]
...
...
@@ -61,7 +61,7 @@ install:
done
)
clean
:
$(
RM
)
ares_getopt.o
$(
OBJLIB
)
$(
LIB
)
adig.exe ahost.exe
$(
RM
)
ares_getopt.o
$(
OBJLIB
)
$(
LIB
)
adig.exe ahost.exe
acountry.exe
distclean
:
clean
$(
RM
)
config.cache config.log config.status Makefile
...
...
This diff is collapsed.
Click to expand it.
ares/Makefile.vc6
+
4
−
1
View file @
afab4d88
...
...
@@ -76,7 +76,7 @@ OBJECTS = $(OBJ_DIR)\ares_fds.obj \
$(
OBJ_DIR
)
\i
net_net_pton.obj
\
$(
OBJ_DIR
)
\i
net_ntop.obj
all
:
$(OBJ_DIR) cares.lib cares.dll cares_imp.lib ahost.exe adig.exe
all
:
$(OBJ_DIR) cares.lib cares.dll cares_imp.lib ahost.exe adig.exe
acountry.exe
@echo
Welcome
to
c-ares
library
and
examples
$(OBJ_DIR)
:
...
...
@@ -131,6 +131,9 @@ ahost.exe: $(OBJ_DIR) $(OBJ_DIR)\ahost.obj $(OBJ_DIR)\ares_getopt.obj cares_imp.
adig.exe
:
$(OBJ_DIR) $(OBJ_DIR)
\a
dig.obj $(OBJ_DIR)
\a
res_getopt.obj cares_imp.lib
link $(LDFLAGS) -out
:
$@ $(OBJ_DIR)
\a
dig.obj $(OBJ_DIR)
\a
res_getopt.obj cares_imp.lib $(EX_LIBS)
acountry.exe
:
$(OBJ_DIR) $(OBJ_DIR)
\a
country.obj $(OBJ_DIR)
\a
res_getopt.obj cares_imp.lib
link $(LDFLAGS) -out
:
$@ $(OBJ_DIR)
\a
country.obj $(OBJ_DIR)
\a
res_getopt.obj cares_imp.lib $(EX_LIBS)
clean
:
-
del
$(OBJ_DIR)\*.obj
*.ilk
*.pdb
*.pbt
*.pbi
*.pbo
*._xe
*.map
...
...
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