summaryrefslogtreecommitdiff
path: root/examples/Map_Manager/makefile.bor
blob: 509468e7ddb4e0aef06ce186725dd292cc277a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for building the test_hash_map_manager ace examples
#

NAME = test_hash_map_manager

OBJFILES = $(OBJDIR)\$(NAME).obj

CFLAGS = $(ACE_CFLAGS)

CPPDIR = .

LIBFILES = $(ACE_LIB)

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