Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_3790_Regression / Bug_3790_Regression.mpc
blobcff7fb39873e9a3e7f1fff45ba215e2ae8ae2ed8
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     simple_test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver {
11   after += *idl
12   Source_Files {
13     simple_test_i.cpp
14     server.cpp
15   }
16   Source_Files {
17     simple_testS.cpp
18     simple_testC.cpp
19   }
20   IDL_Files {
21   }
24 project(*Server2): taoserver, iortable {
25   after += *idl
26   exename = server2
27   Source_Files {
28     server2.cpp
29   }
30   Source_Files {
31     simple_testC.cpp
32   }
33   IDL_Files {
34   }