Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Simple / time-date / Simple_time_date.mpc
blob692e8c64d8f654e0f3102e834facda79c6fec7ca
1 // -*- MPC -*-
2 project(*lib): portableserver, taolib_with_idl {
3   sharedname    = Time_Date
4   // The svc conf files assume that the dll is in the current directory
5   libout        = .
6   idlflags += -Wb,export_macro=Alt_Resource_Factory_Export -Wb,export_include=Alt_Resource_Factory.h
7   dynamicflags += ACE_BUILD_SVC_DLL Alt_Resource_Factory_BUILD_DLL
8   Source_Files {
9     Time_Date.cpp
10     Time_Date_i.cpp
11   }
12   Header_Files {
13     Alt_Resource_Factory.h
14   }
17 project(*server): taoserver {
18   IDL_Files {
19   }
20   Source_Files {
21     server.cpp
22   }
23   header_files {
24   }
27 project(*client): taoclient, iortable, namingexe, portableserver {
28   after    += *lib
29   libs     += Time_Date
30   libpaths += .
31   Source_Files {
32     client.cpp
33     Time_Date_Client_i.cpp
34   }
35   IDL_Files {
36   }