summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/server/Makefile.bor')
-rw-r--r--apps/JAWS/server/Makefile.bor17
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/JAWS/server/Makefile.bor b/apps/JAWS/server/Makefile.bor
deleted file mode 100644
index 037d2b2b8fc..00000000000
--- a/apps/JAWS/server/Makefile.bor
+++ /dev/null
@@ -1,17 +0,0 @@
-
-NAME = main
-OBJFILES = \
- $(OBJDIR)\HTTP_Server.obj \
- $(OBJDIR)\HTTP_Config.obj \
- $(OBJDIR)\HTTP_Handler.obj \
- $(OBJDIR)\HTTP_Helpers.obj \
- $(OBJDIR)\JAWS_Pipeline.obj \
- $(OBJDIR)\JAWS_Concurrency.obj \
- $(OBJDIR)\HTTP_Request.obj \
- $(OBJDIR)\HTTP_Response.obj \
- $(OBJDIR)\Parse_Headers.obj \
- $(OBJDIR)\IO.obj \
- $(OBJDIR)\main.obj
-
-!include <$(ACE_ROOT)\apps\build.bor>
-