This commit is contained in:
Jeff Hill
1997-01-22 22:04:56 +00:00
parent 98498419c0
commit 56cf313613

View File

@@ -1,18 +0,0 @@
On WIN32, libCom is build as a DLL Com.dll.
Because the sources are not adjusted to export all
functions 'automatically' with _declspec(dllexport),
a def-file 'Com.def' is used to list all
functions that should be included in the DLL.
It may well be that I missed to include some
functions in Com.def,
so if some function is missing in the DLL,
add a line to Com.def!
To rebuild the dll:
rm O.WIN32/Com.*
gnumake
-kuk-