From a777761a81b4c091cf0939aff772555ff7d88d29 Mon Sep 17 00:00:00 2001 From: MacroGu Date: Fri, 14 Jun 2019 21:10:15 +0800 Subject: [PATCH 1/2] timer.c already move to src compiled passed with updated libuv code --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29ef5a8..92190c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,6 @@ if(WIN32) ${LIBUVDIR}/src/win/stream.c ${LIBUVDIR}/src/win/tcp.c ${LIBUVDIR}/src/win/thread.c - ${LIBUVDIR}/src/win/timer.c ${LIBUVDIR}/src/win/tty.c ${LIBUVDIR}/src/win/udp.c ${LIBUVDIR}/src/win/util.c @@ -87,7 +86,6 @@ else() ${LIBUVDIR}/src/unix/stream.c ${LIBUVDIR}/src/unix/tcp.c ${LIBUVDIR}/src/unix/thread.c - ${LIBUVDIR}/src/unix/timer.c ${LIBUVDIR}/src/unix/tty.c ${LIBUVDIR}/src/unix/udp.c) endif() From fa5f1a15aab1a69d80d0764ba8d9a5488861855a Mon Sep 17 00:00:00 2001 From: MacroGu Date: Fri, 14 Jun 2019 21:22:16 +0800 Subject: [PATCH 2/2] delete win/req.c --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92190c7..0ff3ee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,6 @@ if(WIN32) ${LIBUVDIR}/src/win/poll.c ${LIBUVDIR}/src/win/process-stdio.c ${LIBUVDIR}/src/win/process.c - ${LIBUVDIR}/src/win/req.c ${LIBUVDIR}/src/win/signal.c ${LIBUVDIR}/src/win/stream.c ${LIBUVDIR}/src/win/tcp.c