summaryrefslogtreecommitdiff
path: root/ace/ace_tkreactor.mpc
blob: 63cee20e94095ad708758d2b29807f3a34d53bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  -*- MPC -*- now wouldn't this be cool...
// ace_tkreactor.mpc,v

project(ACE_TkReactor) : acedefaults, aceversion, core, acelib, ace_tk {
  libout       = $(ACE_ROOT)/lib
  sharedname   = ACE_TkReactor
  dynamicflags = ACE_BUILD_DLL ACE_OS_BUILD_DLL

  Source_Files(ACE_COMPONENTS) {
	Demux {
      TkReactor.cpp
    }
  }
}