Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / dmake / startup / win95 / borland / macros.mk
blob2017f02d3f1fa8eb22cd85ec97fec47c69ad8850
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 CC *:= bcc32
10 CFLAGS *= # C compiler flags
11 "C++" *:= # C++ Compiler
12 "C++FLAGS" *= # C++ Compiler flags
14 AS *:= tasm # Assembler and flags
15 ASFLAGS *=
16 LD *= tlink32 # Loader and flags
17 LDFLAGS *=
18 LDLIBS *= # Default libraries
19 AR *:= tlib # archiver
20 ARFLAGS *= ????
22 # Definition of Print command for this system.
23 PRINT *= print
25 # Language and Parser generation Tools and their flags
26 YACC *:= yacc # standard yacc
27 YFLAGS *=
28 LEX *:= lex # standard lex
29 LFLAGS *=
31 # Other Compilers, Tools and their flags
32 PC *:= tpc # pascal compiler
33 RC *:= ??? # ratfor compiler
34 FC *:= ??? # fortran compiler