summaryrefslogtreecommitdiff
path: root/websvcs
diff options
context:
space:
mode:
Diffstat (limited to 'websvcs')
-rw-r--r--websvcs/lib/lib.mpc8
-rw-r--r--websvcs/tests/tests.mpc10
-rw-r--r--websvcs/websvcs.mwc2
3 files changed, 20 insertions, 0 deletions
diff --git a/websvcs/lib/lib.mpc b/websvcs/lib/lib.mpc
new file mode 100644
index 00000000000..f9b756da85d
--- /dev/null
+++ b/websvcs/lib/lib.mpc
@@ -0,0 +1,8 @@
+project(websvcs): acelib {
+ sharedname = websvcs
+ dynamicflags += ACE_WEBSVCS_BUILD_DLL
+ Source_Files {
+ URL_Addr.cpp
+ }
+
+}
diff --git a/websvcs/tests/tests.mpc b/websvcs/tests/tests.mpc
new file mode 100644
index 00000000000..bc2b9c8c473
--- /dev/null
+++ b/websvcs/tests/tests.mpc
@@ -0,0 +1,10 @@
+project(Websvcs Test) : aceexe {
+ exename = Test_Url_Addr
+ libs += websvcs
+ after += websvcs
+ Source_Files {
+ Test_URL_Addr.cpp
+ }
+ Header_Files {
+ }
+}
diff --git a/websvcs/websvcs.mwc b/websvcs/websvcs.mwc
new file mode 100644
index 00000000000..d90104a2381
--- /dev/null
+++ b/websvcs/websvcs.mwc
@@ -0,0 +1,2 @@
+workspace {
+}