ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/crossfire-config.man
Revision: 1.1
Committed: Fri Feb 3 07:11:48 2006 UTC (18 years, 3 months ago) by root
Content type: application/x-troff-man
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 .TH crossfire-config 6 "Feb 04 2004" "" "CrossFire Game Server Manual"
2    
3     .SH NAME
4     crossfire-config
5    
6     .SH SYNOPSIS
7     usage: crossfire-config --Dflags
8     gives complete Dflags line for compiler invocation
9    
10     usage: crossfire-config --parameter-list
11     show the list of available parameters)
12    
13     usage: crossfire-config <parameter name>
14     extract a compilation parameter
15    
16     .SH DESCRIPTION
17     Little program aimed at giving information to plugin about config of the
18     crossfire server.
19    
20     Simply invoke with the config parameter to get. Only the most common parameters
21     (those that could be needed by an independent configure script) are available.
22     The rest is available in config.h andd should be included in any plugin needing
23     it.