summaryrefslogtreecommitdiff
path: root/ACEXML/tests/Makefile.Transcoder_Test.bor
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/tests/Makefile.Transcoder_Test.bor')
-rw-r--r--ACEXML/tests/Makefile.Transcoder_Test.bor47
1 files changed, 47 insertions, 0 deletions
diff --git a/ACEXML/tests/Makefile.Transcoder_Test.bor b/ACEXML/tests/Makefile.Transcoder_Test.bor
new file mode 100644
index 00000000000..bb4b782a725
--- /dev/null
+++ b/ACEXML/tests/Makefile.Transcoder_Test.bor
@@ -0,0 +1,47 @@
+# Makefile for building the Transcoder_Test exe with Borland C++ Builder
+
+NAME = Transcoder_Test
+
+NAME = Transcoder_Test
+
+
+OBJFILES = \
+ $(OBJDIR)\Transcoder_Test.obj
+
+EXTERNAL_LIBS = \
+ \
+
+LFLAGS = \
+ -j..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\ACEXML\common \
+ -L..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\ACEXML\common \
+ -j..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -j..\..\ACEXML\parser\parser \
+ -L..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -L..\..\ACEXML\parser\parser \
+ -j..\..\ace\$(CONFIG_SUBDIR) -j..\..\ace \
+ -L..\..\ace\$(CONFIG_SUBDIR) -L..\..\ace \
+ -j$(CORE_BINDIR) \
+ -L$(CORE_BINDIR)
+
+LIBFILES = \
+ ACEXML_Parser$(LIB_DECORATOR).lib \
+ ACEXML$(LIB_DECORATOR).lib \
+ ACE$(LIB_DECORATOR).lib \
+ $(EXTERNAL_LIBS)
+
+
+
+!ifdef STATIC
+LIB_FLAGS = -DACE_AS_STATIC_LIBS
+DLL_FLAGS =
+!else
+LIB_FLAGS =
+DLL_FLAGS =
+!endif
+
+CFLAGS = \
+ -I..\.. \
+ $(LIB_FLAGS) \
+ $(DLL_FLAGS)
+
+CPPDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>