summaryrefslogtreecommitdiff
path: root/ACE/examples/Export/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Export/README')
-rw-r--r--ACE/examples/Export/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/examples/Export/README b/ACE/examples/Export/README
new file mode 100644
index 00000000000..83fc3108d50
--- /dev/null
+++ b/ACE/examples/Export/README
@@ -0,0 +1,7 @@
+$Id$
+
+The Export example is just an example that both shows off and tests
+the macros created by generate_export_file.pl (or the earlier
+GenExportH.bat). These macros are used to properly export functions
+and classes from a Win32 DLL. On other platforms these macros expand
+to nothing (since shared objects just export everything).