summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/FILE_SAP/Makefile.bor
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 07:16:25 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-27 07:16:25 +0000
commitee369a313236dd95dab05a276621d719f37df439 (patch)
treec099cfdb11fa273fd1ee9ab84cd50038d2fb7bdc /examples/IPC_SAP/FILE_SAP/Makefile.bor
parent4f591b9ce3e4c54bfd7ac3446a62263f9c95d2b4 (diff)
downloadATCD-ee369a313236dd95dab05a276621d719f37df439.tar.gz
ChangeLogTag: Tue Mar 12 07:28:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/IPC_SAP/FILE_SAP/Makefile.bor')
-rw-r--r--examples/IPC_SAP/FILE_SAP/Makefile.bor17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/IPC_SAP/FILE_SAP/Makefile.bor b/examples/IPC_SAP/FILE_SAP/Makefile.bor
new file mode 100644
index 00000000000..36501f6c270
--- /dev/null
+++ b/examples/IPC_SAP/FILE_SAP/Makefile.bor
@@ -0,0 +1,17 @@
+#
+# Makefile for building the IPC_SAP FILE_SAP example
+#
+
+NAMES = \
+ client
+
+OBJFILES = $(OBJDIR)\$(NAME).obj
+
+CFLAGS = $(ACE_CFLAGS)
+
+CPPDIR = .
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>