bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / native / netscape / README
1 ABOUT
2 -----
3
4 The redirector was originally developed using Visual C++ Ver.6.0,
5 so having this environment is a prerequisite if you want to perform
6 a custom build on Windows systems
7
8 On Unix system, a Makefile.solaris and Makefile.linux are provided
9 and should be adapted to tailor to your own configuration.
10 Be sure to read the BUILDING.txt file, one directory up.
11
12
13 REQUIREMENT for Windows build
14 -----------------------------
15
16 MS VC 6.0 (+ update, latest service pack is 6)
17
18 BUILDING on Windows
19 -------------------
20
21 The steps that you need to take are:
22
23    1. Change directory to the nsapi redirector plugins source directory.
24    2. Set the IPLANET_HOME system environment value to iPlanet installation
25       directory or edit the nsapi.dsp and replace all $(IPLANET_HOME)
26       occurrences with the real path
27    3. Execute the following command:
28       nmake -f Makefile.vc [SO_VERSION=-1.2.32]
29
30 An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev and
31 build it using the build menu.