1This is the README for XPilot.exe and XPilotServer.exe @XP_WINVERSION@.
2
3@XP_COPYRIGHT@.
4
5Following are notes for building the
6Windows version of XPilot.  See INSTALL in the XPilot root
7directory for the UNIX instructions.
8
9This file (README.txt) is included in the source distribution
10for XPilot.  You do not need to build XPilot for Windows.
11You only need to install the binary distribution available
12from www.xpilot.org
13
14There is 1 Project Workspace file: XPilot.dsw
15which loads the two makefiles:
16     src/client/NT/xpilot.dsp     - The client
17     src/server/NT/xpilots.dsp   - The server
18
19The development executables run from the xpilot root directory, so as to gain
20access to the lib subdirectory.
21
22XPilot.ini is distributed in the src/client/NT directory.  You should copy
23this file to the xpilot root directory (or a default one without comments
24will be created)
25
26These days, only VC++ 6.0 is officially supported.  Although there is nothing to
27prevent it from being built on older versions, noone can maintain the makefiles.
28