diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-24 21:32:40 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-24 21:32:40 +0000 |
commit | b209446f7b0551925682db17a1bb2556a3ca2e74 (patch) | |
tree | e5503bd085360462e211f123cffd6eb1d547d83c /docs | |
parent | cb0664a31041b3a3086be5ce62cc95f90fd501be (diff) | |
download | ATCD-b209446f7b0551925682db17a1bb2556a3ca2e74.tar.gz |
*** empty log message ***
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-guidelines.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index 62cf5cc69ba..af3ac12dd4b 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -767,8 +767,19 @@ bgcolor="#ffffff"> </ul><p> -</ul> + <li><strong>Compilation</strong><p> + + <ul> + + <li> Whenever you add a new test or example to ACE or TAO, make + sure that you modify the makefile or project file in the + parent directory. This will make sure that your code gets + compiled on a regular basis. In some cases, this also applies + to MSVC project files. <p> + </ul><p> + +</ul> <hr> <h3><a href="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">ACE</a> |