summaryrefslogtreecommitdiffstats
path: root/board/MAI/bios_emulator/scitech/src/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/MAI/bios_emulator/scitech/src/common/makefile')
-rw-r--r--board/MAI/bios_emulator/scitech/src/common/makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/MAI/bios_emulator/scitech/src/common/makefile b/board/MAI/bios_emulator/scitech/src/common/makefile
new file mode 100644
index 0000000000..5aac0381b3
--- /dev/null
+++ b/board/MAI/bios_emulator/scitech/src/common/makefile
@@ -0,0 +1,18 @@
+#############################################################################
+#
+# Copyright (C) 1996 SciTech Software.
+# All rights reserved.
+#
+# Descripton: Makefile for UniVBE(tm), UniPOWER(tm), UVBELib(tm) and
+# DPMSLib library files. Requires Borland C++ 4.52 to build
+# some components.
+#
+# $Date: 2002/10/02 15:35:20 $ $Author: hfrieden $
+#
+#############################################################################
+
+CFLAGS += -DTESTING_GTF
+
+gtfcalc$E: gtfcalc$O
+
+.INCLUDE: "$(SCITECH)/makedefs/common.mk"
OpenPOWER on IntegriCloud