From: pcs
Apache can also be compiled using VC++'s Visual Studio development - environment. Although compiling Apache in this manner is not as simple, - it makes it possible to easily modify the Apache source, or to compile - Apache if the command-line tools are not installed.
- -Project files (.DSP
) are included for each of the
- portions of Apache. The three projects that are necessary for
- Apache to run are Apache.dsp
, ap/ap.dsp
,
- regex/regex.dsp
, ApacheCore.dsp
and
- os/win32/ApacheOS.dsp
. The src/win32
- subdirectory contains project files for the optional modules (see
- below).
.DSP
) are included for each of the
+ portions of Apache. To build Apache from the these projects files
+ you will need to build the following projects in this order:
+
+ os\win32\ApacheOS.dsp
+ regex\regex.dsp
+ ap\ap.dsp
+ main\gen_uri_delims.dsp
+ main\gen_test_char.dsp
+ ApacheCore.dsp
+ Apache.dsp
+ src\os\win32
subdirectory contains
+ project files for the optional modules (see below).
Once Apache has been compiled, it needs to be installed in its server
root directory. The default is the \Apache