summaryrefslogtreecommitdiff
path: root/examples/NT_Service/Makefile.bor
blob: a754d2cfac71e57e0434df56ba44d5d8a9d65b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile for building the NT_Service ace examples
#

NAME = NT_Service

OBJFILES = \
        $(OBJDIR)\main.obj \
        $(OBJDIR)\ntsvc.obj

CFLAGS = \
        $(ACE_CFLAGS)

LIBFILES = \
        $(ACE_LIB)

CPPDIR = .

!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>