summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/Web_Crawler.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/Web_Crawler.mpc')
-rw-r--r--ACE/examples/Web_Crawler/Web_Crawler.mpc10
1 files changed, 0 insertions, 10 deletions
diff --git a/ACE/examples/Web_Crawler/Web_Crawler.mpc b/ACE/examples/Web_Crawler/Web_Crawler.mpc
deleted file mode 100644
index bb9b7fba3d6..00000000000
--- a/ACE/examples/Web_Crawler/Web_Crawler.mpc
+++ /dev/null
@@ -1,10 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project : aceexe {
- avoids += ace_for_tao
- exename = main
- specific(borland, bmake) {
- avoids += uses_wchar
- }
-}