diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-23 01:13:20 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-23 01:13:20 +0000 |
commit | 102046c85267f619834943f0d3799b726876a383 (patch) | |
tree | dd74a5b1af6dd4123f4c7f278f038691b6991f95 /ACE-INSTALL.html | |
parent | 4ec5abbb56bdd664103a1f3727afc3647747bcfb (diff) | |
download | ATCD-102046c85267f619834943f0d3799b726876a383.tar.gz |
Added instructions for adding Alpha Configurations.
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 9fa0578b77e..7f4449a66e6 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -779,6 +779,32 @@ card. This is one method:<P> MS Loopback Adapter<P> </OL> +<B>ALPHA CONFIGURATIONS</B><P> + +<P>Many project files already contain Alpha NT configurations. For those that +do not, follow these steps to add them.</P> + +<OL> + <LI>Load the project on the Alpha machine. + <LI>Go to the Build menu and then Configurations. + <LI>Select the project that you want to convert. + <LI>Click on Add. + <LI>Select the x86 configuration to "Copy settings from&qout; + (either Debug or Release versions). + <LI>Prepend "Alpha " to the beginning of the name under + "Configuration". + <LI>Click OK. + <LI>Close the "Configurations" window. + <LI>Now go to the Project settings. + <LI>For the General Settings, change the output directories to standard ACE + output directores. Intermediate Directories are "Debug" and + "Release" in most cases. The Output Directories are blank, + except for Release versions of executables, in which it is also + "Release". + <LI>For the C/C++ Settings, make sure that the Code Generation's runtime + library is set to "Multithreaded DLL" or "Debug Multithreaded + DLL". +</OL> <HR> <H4><A NAME="vxworks">Building and Installing ACE on VxWorks</A></H4> |