From: Michael V. <mi...@me...> - 2000-10-19 22:11:37
|
On Thu, 19 Oct 2000, Erik Paulson wrote: > Cygwin requires that all the cygwin dll's be installed on the executing > machine though, right? So ideally, a UML port to NT would be with VC > (which I realize would be a tremendous pain in the ass) I think the only DLL you really need is cygwin.dll, which just needs to be located in the same directory as the executable. However you only need the cygwin dll's if you are using the Cygwin libraries. You can use Cygwin to build normal Win32 applications that do not depend on cygwin.dll at all. Mike |