Ignore:
Timestamp:
12/30/12 16:45:26 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the Waiter and the WaitableEvent classes for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/win32/Makefile.am

    r3 r20  
    22
    33libxplcommon_win32_la_SOURCES = \
    4         Thread.cc
     4        Thread.cc               \
     5        Event.cc                \
     6        Overlapped.cc           \
     7        Waiter.cc               \
     8        WaitableEvent.cc
    59
    610include_xplcommon_win32dir=$(includedir)/xplcommon/win32
    711include_xplcommon_win32_HEADERS=\
    8         Thread.h
     12        Thread.h                \
     13        Event.h                 \
     14        Overlapped.h            \
     15        Waiter.h                \
     16        WaitableEvent.h
Note: See TracChangeset for help on using the changeset viewer.