From: Joris v. R. <jo...@sr...> - 2011-08-17 19:27:56
|
On Wednesday 17 August 2011, Uwe Bonnes wrote: > Sorry for the delay, Vacations ;-) I figured. Hope you had a good time. > Joris> Would you consider making the use of D2XX optional again? > Joris> For my own purpose, I have put the "#ifdef USE_FTD2XX" > Joris> conditionals back in place so that I can compile without > Joris> D2XX. I can send you the diff if you like. > Please send the diff. Attached. This only disables D2XX dependencies in the C++ code. A separate change in CMake is needed to skip the actual linking. > However the right solution would be configurable with CMAKE... Right. I will try to clean up a little and put the library decision in the CMake config. That will be a new version of the diff. > If you have any ideas about a better help message or other > ommission, please let me know. Also a man page is needed. Wonderful idea. Once upon a time, nearly every Unix command had a well- written man page. I'll see if I can prepare a draft version. Regards, Joris. |