[SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-303-g43bc5bc
[email protected] (Dirk Ziegelmeier)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP Contrib - Contributed code for Lightweight TCP/IP stack".
The branch, master has been updated
via 43bc5bccbd89768ecef4203a5428d0741b19af63 (commit)
from 534e4e1be3ae4b8b54bdb05d7e3ca34126347762 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 43bc5bccbd89768ecef4203a5428d0741b19af63
Author: Dirk Ziegelmeier <[email protected]>
Date: Fri Apr 27 09:14:36 2018 +0200
Work on CMake build system - start working on Win32 port
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 ++
ports/CMakeCommon.cmake | 3 ++-
ports/win32/CMakeLists.txt | 14 ++++++++++++++
ports/win32/WindowsCMake/CMakeLists.txt | 26 ++++++++++++++++++++++++++
4 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 ports/win32/CMakeLists.txt
create mode 100644 ports/win32/WindowsCMake/CMakeLists.txt
hooks/post-receive
--
lwIP Contrib - Contributed code for Lightweight TCP/IP stack