changes for Mac CFM-68K
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 34b3816..6dbdb1e 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -47,12 +47,20 @@
 #include "config.h"
 #endif
 
+#ifdef __CFM68K__
+#define UsingSharedLibs
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
 
 #include "myproto.h"
 
+#ifdef __CFM68K__
+#pragma lib_export on
+#endif
+
 #include "object.h"
 #include "objimpl.h"