repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_3673_Regression
/
Bug_3673_Regression.mpc
blob
1abfd2dbc032f7c9d11e5a513d85ec64a9ec6413
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*NsMain): namingexe, naming_serv {
10
exename = nsmain
11
after += *idl
12
Source_Files {
13
Hello.cpp
14
NamingTask.cpp
15
nsmain.cpp
16
NsShutdown.cpp
17
}
18
Source_Files {
19
TestC.cpp
20
TestS.cpp
21
}
22
IDL_Files {
23
}
24
}
25
26
project(*Client): namingexe {
27
exename = client
28
after += *idl
29
Source_Files {
30
client.cpp
31
}
32
Source_Files {
33
TestC.cpp
34
}
35
IDL_Files {
36
}
37
}
38
39
project(*Server): namingexe, portableserver {
40
exename = server
41
after += *idl
42
Source_Files {
43
server.cpp
44
Hello.cpp
45
}
46
Source_Files {
47
TestC.cpp
48
TestS.cpp
49
}
50
IDL_Files {
51
}
52
}
53