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
f385fdef
Commit
f385fdef
authored
15 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
Fix language
parent
88fe6557
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/README.msvc
+12
-12
12 additions, 12 deletions
ares/README.msvc
with
12 additions
and
12 deletions
ares/README.msvc
+
12
−
12
View file @
f385fdef
...
...
@@ -15,8 +15,8 @@
How to build using MSVC from the command line
---------------------------------------------
Open a command prompt window and ensure that
that
the environment is
properly
set up in order to use
the
compiler tools.
Open a command prompt window and ensure that the environment is
properly
set up in order to use
MSVC or Visual Studio
compiler tools.
Change to c-ares source folder where Makefile.msvc file is located and run:
...
...
@@ -25,18 +25,18 @@
This will build all c-ares libraries as well as three sample programs.
Once the above command has finished a new folder named MSVCXX will exist
below the
subdi
r where makefile.msvc is found. The name of the folder
below the
folde
r where makefile.msvc is found. The name of the folder
depends on the MSVC compiler version being used to build c-ares.
Below the MSVCXX folder there will exist four folders named 'cares',
'ahost', 'acountry', and 'adig'. The 'cares' folder is the one
which
'ahost', 'acountry', and 'adig'. The 'cares' folder is the one
that
holds the c-ares libraries you have just generated, the other three
hold sample programs that use the libraries.
The above command builds four versions of the c-ares library,
the
dynamic
and static versions and each o
f them
in release and debug flavours. Each
of these
are
found in folders named dll-release, dll-debug, lib-release,
and lib-debug which hang from the 'cares' folder mentioned above. Each
The above command builds four versions of the c-ares library, dynamic
and static versions and each o
ne
in release and debug flavours. Each
of these
is
found in folders named dll-release, dll-debug, lib-release,
and lib-debug
,
which hang from the 'cares' folder mentioned above. Each
sample program also has folders with the same names to reflect which
library version it is using.
...
...
@@ -56,12 +56,12 @@
Dynamic and static c-ares libraries are built in debug and release flavours,
and can be located each one in its own subdirectory, dll-debug, dll-release,
lib-debug and lib-release, all of them below the 'vc
/
cares' subdirectory.
lib-debug and lib-release, all of them below the 'vc
\
cares' subdirectory.
In the same way four executable versions of each sample program are built,
each using its respective library. The resulting sample executables are
located in its own subdirectory, dll-debug, dll-release, lib-debug and
lib-release, below the 'vc
/
acountry', 'vc
/
adig' and 'vc
/
ahost'
subdi
rs.
lib-release, below the 'vc
\
acountry', 'vc
\
adig' and 'vc
\
ahost'
folde
rs.
These reference VC++ 6.0 configurations are generated using the dynamic CRT.
...
...
@@ -107,8 +107,8 @@
caresd.pdb -> debug symbol file for the dynamic debug library
How to use
the
c-ares static libraries
----------------------------------
----
How to use c-ares static libraries
----------------------------------
When using the c-ares static library in your program, you will have to
define preprocessor symbol CARES_STATICLIB while building your program,
...
...
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