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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS
/
clients
/
Caching
/
caching.mpc
blob
270c5fe7e03acea6513a0db364e8c7ea5658a7ce
1
// -*- MPC -*-
2
project(http_client) : aceexe {
3
avoids += ace_for_tao
4
requires += ace_filecache
5
6
exename = http_client
7
Source_Files {
8
http_handler.cpp
9
http_client.cpp
10
}
11
}