Changeset 2673 for trunk/emx/src/emxbind/emxbind.c
- Timestamp:
- Mar 19, 2006, 6:21:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/emx/src/emxbind/emxbind.c
r1282 r2673 160 160 case _MD_LIBRARY: 161 161 162 /* Create a DLL. Save the initialization and termination163 policies after choosing default values for unspecified164 values . */162 /* Create a DLL. Override the module name if specified. Save the 163 initialization and termination policies after choosing default 164 values for unspecified values. */ 165 165 166 166 dll_flag = TRUE; 167 168 if (stmt->library.name[0] != 0) 169 module_name = xstrdup (stmt->library.name); 170 167 171 switch (stmt->library.init) 168 172 {
Note:
See TracChangeset
for help on using the changeset viewer.