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
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Crash_On_Write
/
Crash_On_Write.mpc
blob
2be69848770ebf49331b66ddb1c4365b44797d82
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver {
10
after += *idl
11
Source_Files {
12
Oneway_Receiver.cpp
13
Crash_Task.cpp
14
server.cpp
15
}
16
Source_Files {
17
TestC.cpp
18
TestS.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client): taoclient {
25
after += *idl
26
Source_Files {
27
client.cpp
28
}
29
Source_Files {
30
TestC.cpp
31
}
32
IDL_Files {
33
}
34
}