summaryrefslogtreecommitdiff
path: root/dmake/startup/msdos/borland/macros.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/startup/msdos/borland/macros.mk')
-rw-r--r--dmake/startup/msdos/borland/macros.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/dmake/startup/msdos/borland/macros.mk b/dmake/startup/msdos/borland/macros.mk
new file mode 100644
index 000000000000..1e8915171ff1
--- /dev/null
+++ b/dmake/startup/msdos/borland/macros.mk
@@ -0,0 +1,33 @@
+# MSDOS Borland-C environment customization.
+
+.IF $(OSENVIRONMENT)
+ .INCLUDE .IGNORE .NOINFER : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
+.ENDIF
+
+# Standard C-language command names and flags
+CPP *:= # C-preprocessor
+CFLAGS *= # C compiler flags
+"C++" *:= # C++ Compiler
+"C++FLAGS" *= # C++ Compiler flags
+
+AS *:= tasm # Assembler and flags
+ASFLAGS *=
+LD *= tlink # Loader and flags
+LDFLAGS *=
+LDLIBS *= # Default libraries
+AR *:= tlib # archiver
+ARFLAGS *= ????
+
+# Definition of Print command for this system.
+PRINT *= print
+
+# Language and Parser generation Tools and their flags
+YACC *:= yacc # standard yacc
+YFLAGS *=
+LEX *:= lex # standard lex
+LFLAGS *=
+
+# Other Compilers, Tools and their flags
+PC *:= tpc # pascal compiler
+RC *:= ??? # ratfor compiler
+FC *:= ??? # fortran compiler