source: xplcommon/src/xplcommon/win32/Makefile.am@ 20:38521bf10e24

Last change on this file since 20:38521bf10e24 was 20:38521bf10e24, checked in by István Váradi <ivaradi@…>, 11 years ago

Implemented the Waiter and the WaitableEvent classes for Windows

File size: 318 bytes
Line 
1noinst_LTLIBRARIES=libxplcommon_win32.la
2
3libxplcommon_win32_la_SOURCES = \
4 Thread.cc \
5 Event.cc \
6 Overlapped.cc \
7 Waiter.cc \
8 WaitableEvent.cc
9
10include_xplcommon_win32dir=$(includedir)/xplcommon/win32
11include_xplcommon_win32_HEADERS=\
12 Thread.h \
13 Event.h \
14 Overlapped.h \
15 Waiter.h \
16 WaitableEvent.h
Note: See TracBrowser for help on using the repository browser.