diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-10 10:26:19 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-10 10:26:19 +0000 |
commit | c1e88885fab4d17eebbb9eff98f99b78757a608a (patch) | |
tree | 1853a95d0d68af26e93c4f0aad6404ea4aea9f45 /examples/Map_Manager/makefile.bor | |
parent | 24f318c539aa1d17bb62e39b170c89b4f5a4c906 (diff) | |
download | ATCD-c1e88885fab4d17eebbb9eff98f99b78757a608a.tar.gz |
Fri Nov 10 11:24:58 2000 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Map_Manager/makefile.bor')
-rw-r--r-- | examples/Map_Manager/makefile.bor | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/Map_Manager/makefile.bor b/examples/Map_Manager/makefile.bor new file mode 100644 index 00000000000..02acd82833a --- /dev/null +++ b/examples/Map_Manager/makefile.bor @@ -0,0 +1,23 @@ +# + # Makefile for building the test_hash_map_manager ace examples + # + + !include <$(ACE_ROOT)\include\makeinclude\make_flags.bor> + + TESTS = \ + test_hash_map_manager + +all_tests: $(TESTS) + +$(TESTS): + $(MAKE) -fMakefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe + +OBJFILES = $(OBJDIR)\$(NAME).obj + +CFLAGS = $(ACE_CFLAGS) + +CPPDIR = . + +LIBFILES = $(ACE_LIB) + +!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> |