Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / dmake / startup / msdos / borland / macros.mk
blob1e8915171ff179c00fed1ee0b4d1e27611b714d4
1 # MSDOS Borland-C environment customization.
3 .IF $(OSENVIRONMENT)
4 .INCLUDE .IGNORE .NOINFER : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
5 .ENDIF
7 # Standard C-language command names and flags
8 CPP *:= # C-preprocessor
9 CFLAGS *= # C compiler flags
10 "C++" *:= # C++ Compiler
11 "C++FLAGS" *= # C++ Compiler flags
13 AS *:= tasm # Assembler and flags
14 ASFLAGS *=
15 LD *= tlink # Loader and flags
16 LDFLAGS *=
17 LDLIBS *= # Default libraries
18 AR *:= tlib # archiver
19 ARFLAGS *= ????
21 # Definition of Print command for this system.
22 PRINT *= print
24 # Language and Parser generation Tools and their flags
25 YACC *:= yacc # standard yacc
26 YFLAGS *=
27 LEX *:= lex # standard lex
28 LFLAGS *=
30 # Other Compilers, Tools and their flags
31 PC *:= tpc # pascal compiler
32 RC *:= ??? # ratfor compiler
33 FC *:= ??? # fortran compiler