Update win-scm with new learnings, also add a service test helper program
Add the beginnings of a module management system
Add libcli to the mix
Clean up scm helper
Move the Service Control functions to a separate file - first pass
Begin testing in an attempt to enumerate serial ports
Minor build fixups
Clean up lots of compile warnings. I have been getting lots of errors while testing under wine, so this is the start of looking for problems. I have not cleaned up any of the warnings in process_menu_line since that whole function is an abortion and all the warnings are either send() signedness mismatch...
Add winelib support and the ability to set the listen port
Add a makefile target for testing the application
Dont copy as much stuff to the windows compile system
First version that compiles with mingw. Tested and working
Update makefile to stop using lcc It turns out that my previous testing was all invalid as lcc could not even correctly compile a hello world program.
Add compile line to makefile
Add initial makefile