diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-13 01:54:45 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-13 01:54:45 +0000 |
commit | 748b1e59a451194018672df9d7638271001712d6 (patch) | |
tree | e05ddfa7d497c898765a4e7993f01b8824646bf9 /ACE-INSTALL.html | |
parent | 5eae59d4e216e723e4ccc15df559331c9cc9723d (diff) | |
download | ATCD-748b1e59a451194018672df9d7638271001712d6.tar.gz |
*** empty log message ***
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index b25f17e3758..16cea50b0c6 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -844,8 +844,12 @@ the STL fixes. <br> <code>#define ACE_HAS_MFC 1</code><br> <br> - By default ACE always uses DLL version of run-time libraries - regardless you are building DLL or static version of ACE. If + By default, all ACE examples use DLL version of run-time libraries + regardless you are building DLL or static version of ACE. You + can still choose to link ACE statically or dynamically + regardless of run-time libraries. The reason of choosing to + link run-time library dynamically is almost every NT box has + these library installed and to save disk space. If you prefer to link MFC as a static library into ACE, you can do this by defining <code>ACE_USES_STATIC_MFC</code> in your <code>config.h</code> file. If you insist on linking everything |