summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/HTTPU/httpu.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS2/HTTPU/httpu.mpc')
-rw-r--r--ACE/apps/JAWS2/HTTPU/httpu.mpc30
1 files changed, 30 insertions, 0 deletions
diff --git a/ACE/apps/JAWS2/HTTPU/httpu.mpc b/ACE/apps/JAWS2/HTTPU/httpu.mpc
new file mode 100644
index 00000000000..8f7aa2ecf5e
--- /dev/null
+++ b/ACE/apps/JAWS2/HTTPU/httpu.mpc
@@ -0,0 +1,30 @@
+// -*- MPC -*-
+// $Id$
+
+project(HTTPU) : acelib {
+ sharedname = HTTPU
+ dynamicflags += HTTPU_BUILD_DLL
+ avoids += uses_wchar ace_for_tao
+ after += JAWS2
+ libs += JAWS2
+
+ specific (automake) {
+ includes += $(srcdir)/..
+ } else {
+ includes += ..
+ }
+
+ Source_Files {
+ *.cpp
+ }
+
+ Template_Files{
+ }
+
+ Header_Files{
+ *.h
+ }
+
+ Inline_Files{
+ }
+}