merge the formfield patch from ooo-build
[ooovba.git] / dmake / startup / winnt / msvc6 / macros.mk
blobeed3fbdeeedb7a80345b25803dbb430613db1d3a
1 # MSDOS Microsoft-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 CC *:= cl # C compiler
9 CPP *:= # C-preprocessor
10 CFLAGS *= # C compiler flags
11 "C++" *:= # C++ Compiler
12 "C++FLAGS" *= # C++ Compiler flags
14 AS *:= masm # Assembler and flags
15 ASFLAGS *=
16 LD *= link # Loader and flags
17 LDFLAGS *=
18 LDLIBS *= # Default libraries
19 AR *:= lib # 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 *:= ??? # pascal compiler
33 RC *:= ??? # ratfor compiler
34 FC *:= ??? # fortran compiler
36 # Directory cache configuration.
37 .DIRCACHE *:= no