|
o Modified makefiles so that os2.a builds correctly (with Vio, Kbd and friends,
not just from the import files).
o Moved os2.smak to the os2_386 directory (tcp32dll.imp will go into socket.a).
o Added the rules into libc.smak to build libc##.dll (finally it links without
errors! Don't know if it works, though ;-)
o Fixed emxbind so that it doesn't add underscores to exported symbols (taken
from the EXPORTS section of a .def file).
o Fixed emxexp so that it doesn't remove underscores from symbol names.
o Fixed all references to OS/2 functions to not contain an initial underscore
(since they are _System now).
o Added one builder makefile: mkimplib.smak, and two auxiliary submakefiles:
mkomflib.smak (included from both mklib and mkimplib), and a version.smak
that contains the version number, description and copyright for libc.
o Made a lot of small changes in order to remove duplicate symbols in libc.dll.
o Added sys/settime.c which was missing in EMX's -Zomf -Zsys variant.
|