summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/Bug_3252_Regression.mpc
blob: c56c45e20f566239ed2de6d0befe039f056d87be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project(*server): notification_serv, taoexe, threads {
  exename = server
  libs += Bug_3252
  after += *lib
  Source_Files {
    server.cpp
  }
}

project(*lib): portableserver, threads, avoids_corba_e_micro, avoids_corba_e_compact, avoids_minimum_corba {
  libout = .
  sharedname = Bug_3252
  dynamicflags += BUG_3252_REGRESSION_BUILD_DLL
  Source_Files {
    DllOrb.cpp
  }
}