diff options
Diffstat (limited to 'dmake/startup/win95/borland/macros.mk')
-rw-r--r-- | dmake/startup/win95/borland/macros.mk | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dmake/startup/win95/borland/macros.mk b/dmake/startup/win95/borland/macros.mk deleted file mode 100644 index 2017f02d3f1f..000000000000 --- a/dmake/startup/win95/borland/macros.mk +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -CC *:= bcc32 -CFLAGS *= # C compiler flags -"C++" *:= # C++ Compiler -"C++FLAGS" *= # C++ Compiler flags - -AS *:= tasm # Assembler and flags -ASFLAGS *= -LD *= tlink32 # 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 |