update dev300-m58
[ooovba.git] / dmake / startup / win95 / microsft / macros.mk
blobf10b1fdfa69d1b8427e5f5a675262a8d57a7fd57
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
37 # Directory cache configuration.
38 .DIRCACHE *:= no