Sergio R. Caprile wrote:
$ grep -R VERSION programming/lwip/lwip
programming/lwip/lwip/src/include/lwip/init.h:#define
LWIP_VERSION_MAJOR      1U
programming/lwip/lwip/src/include/lwip/init.h:#define
LWIP_VERSION_MINOR      4U

BTW. The 'U' suffixes makes problems when including "init.h"
in a Windows resource-file. And all good libs/programs should
have a version-resource. No?

I had to use some grep-tricks to filter out those 'U'
before passing rhe lwip.rc file to rc/windres:

   #define RC_VERSION      $(VER_MAJOR),$(VER_MINOR),$(VER_REVISION),$(VER_RC)

--
--gv

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to