diff options
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/htbp.mpb')
-rw-r--r-- | ACE/bin/MakeProjectCreator/config/htbp.mpb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/htbp.mpb b/ACE/bin/MakeProjectCreator/config/htbp.mpb new file mode 100644 index 00000000000..2a4fd8b12de --- /dev/null +++ b/ACE/bin/MakeProjectCreator/config/htbp.mpb @@ -0,0 +1,10 @@ +// -*- MPC -*- +// $Id$ + +project : acelib { + avoids += ace_for_tao // Requires ACE_Configuration_Heap + requires += ace_uuid + after += HTBP + libs += ACE_HTBP + includes += $(ACE_ROOT)/protocols +} |