summaryrefslogtreecommitdiff
path: root/dmake/startup/win95/microsft/macros.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/startup/win95/microsft/macros.mk')
-rw-r--r--dmake/startup/win95/microsft/macros.mk38
1 files changed, 0 insertions, 38 deletions
diff --git a/dmake/startup/win95/microsft/macros.mk b/dmake/startup/win95/microsft/macros.mk
deleted file mode 100644
index f10b1fdfa..000000000
--- a/dmake/startup/win95/microsft/macros.mk
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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