1/08/96

To Do:

- Create a make file for the different platforms

- Change libmsql from static library to DLL. However, this has already been
  done, so the problem will only be the relinking of the clients (msql,
  relshow, ...)

- Rewrite main program of msqld as a windowed application. Reroute console
output to textwindow.

- Add a dialog to set debug options.

- Move setup info to the registry. Add a GUI for it.


Done:

- Move WSAStartUp and WSACleanUp to libmsql. Provide an override function to
disable calling them. The main program is then responsible for calling StartUp
and CleanUp

- Port to other WINDOWS compilers, notably VC 4.0 and WATCOM

- Re-enable signal handlers. They were disabled because they cause 'Illegal
Instruction ...' exceptions.

