ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/crossfire-config.man
Revision: 1.2
Committed: Thu Sep 7 21:42:41 2006 UTC (17 years, 8 months ago) by pippijn
Content type: application/x-troff-man
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Moved documents to doc/historic

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.