summaryrefslogtreecommitdiff
path: root/dmake/startup/win95/microsft/macros.mk
blob: f10b1fdfa69d1b8427e5f5a675262a8d57a7fd57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# MSDOS Microsoft-C environment customization.

.IF $(OSENVIRONMENT)
   .INCLUDE .IGNORE .NOINFER : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
.ENDIF

# Standard C-language command names and flags
CC         *:= cl		# C   compiler 
CPP	   *:=			# C-preprocessor
CFLAGS     *=			# C   compiler flags
"C++"      *:=			# C++ Compiler
"C++FLAGS" *=			# C++ Compiler flags

AS         *:= masm		# Assembler and flags
ASFLAGS    *= 
LD         *= link		# Loader and flags
LDFLAGS    *=
LDLIBS     *=			# Default libraries
AR         *:= lib		# 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	   *:= ???		# pascal compiler
RC	   *:= ???		# ratfor compiler
FC	   *:= ???		# fortran compiler


# Directory cache configuration.
.DIRCACHE *:= no