As pointed by someone somewhere on this project site,
the INSTALL explains how to compile for Windows, but
does not mention what files are needed for redistribution.
My guess, based on the fact that two of each exe are
created, is that there are both static and dynamic
versions, and if you link against the dynamic version
you will need to redistribute curses.dll. Also, testing
the xmas.exe and xmas_dll.exe seems to confirm that
only the latter requires curses.dll to be present.
This should be documented somewhere, either in the
win32 area of the main INSTALL file, or perhaps in a
new file REDISTRIBUTION in the win32 subdirectory?
Logged In: YES
user_id=27933
Originator: NO
Well, your guess was accurate, but nowadays it builds either static OR dynamic, not both at once (except the X11 version). Static is the default, and the option to build DLLs is described in INSTALL. Is this still something that you feel needs clarification vs. 3.2?