mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 11:39:00 +02:00
added ifconfig to samples Makefile
This commit is contained in:
@@ -101,7 +101,7 @@ ThreadImpl::ThreadImpl():
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ThreadImpl::~ThreadImpl()
|
ThreadImpl::~ThreadImpl()
|
||||||
{
|
{
|
||||||
if (_thread) CloseHandle(_thread);
|
if (_thread) CloseHandle(_thread);
|
||||||
|
@@ -22,3 +22,4 @@ projects:
|
|||||||
$(MAKE) -C TwitterClient $(MAKECMDGOALS)
|
$(MAKE) -C TwitterClient $(MAKECMDGOALS)
|
||||||
$(MAKE) -C WebSocketServer $(MAKECMDGOALS)
|
$(MAKE) -C WebSocketServer $(MAKECMDGOALS)
|
||||||
$(MAKE) -C SMTPLogger $(MAKECMDGOALS)
|
$(MAKE) -C SMTPLogger $(MAKECMDGOALS)
|
||||||
|
$(MAKE) -C ifconfig $(MAKECMDGOALS)
|
||||||
|
Reference in New Issue
Block a user