Merge pull request #2220 from shuffle2/win-con-listener

[windows] Replace ConsoleListener, which was not actually used.
This commit is contained in:
Lioncash
2015-03-16 02:03:27 -04:00
13 changed files with 77 additions and 465 deletions

View File

@ -31,7 +31,7 @@ set(SRCS BreakPoints.cpp
x64Emitter.cpp
Crypto/bn.cpp
Crypto/ec.cpp
Logging/ConsoleListener.cpp
Logging/ConsoleListenerNix.cpp
Logging/LogManager.cpp)
set(LIBS enet)