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
/
HTIOP
/
Hello
/
HTIOP_Hello.mpc
blob
3775912ef8f2dd47ae812e3b623e79916069ae09
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
idlflags += -Sa -St
4
5
IDL_Files {
6
Test.idl
7
}
8
9
custom_only = 1
10
}
11
12
project(*Server): taoserver, naming, iortable {
13
after += *idl
14
macros += TEST_OUTPUT_HAS_DLL=0
15
Source_Files {
16
TestC.cpp
17
TestS.cpp
18
Test_Output.cpp
19
Hello.cpp
20
server.cpp
21
}
22
Header_Files {
23
../test_config.h
24
}
25
IDL_Files {
26
}
27
}
28
29
project(*Client): taoclient {
30
after += *idl
31
macros += TEST_OUTPUT_HAS_DLL=0
32
Source_Files {
33
TestC.cpp
34
Test_Output.cpp
35
client.cpp
36
}
37
Header_Files {
38
../test_config.h
39
}
40
IDL_Files {
41
}
42
}