summaryrefslogtreecommitdiff
path: root/dmake/startup/win95/recipes.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/startup/win95/recipes.mk')
-rw-r--r--dmake/startup/win95/recipes.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/dmake/startup/win95/recipes.mk b/dmake/startup/win95/recipes.mk
new file mode 100644
index 000000000000..5a98f22b1e05
--- /dev/null
+++ b/dmake/startup/win95/recipes.mk
@@ -0,0 +1,9 @@
+# Define additional MSDOS specific build recipes.
+#
+
+# Executables
+ %$E : %$O ; $(CC) $(LDFLAGS) -o$@ $< $(LDLIBS)
+ %$O : %$S ; $(AS) $(ASFLAGS) $(<:s,/,\)
+
+# Process release-specific refinements, if any.
+.INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/recipes.mk