[PATCH 1/6] Add build extensions used by DOS programs.

Morten Rønne morten.roenne at tdcadsl.dk
Mon Aug 23 14:59:27 CDT 2010


Added .dos16.c and .exe to the list of known suffixes so that automatic rules
can be created which creates exe files from .dos16.c sources.
---
 Make.rules.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Make.rules.in b/Make.rules.in
index 3f5d18e..b6b842e 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -136,7 +136,7 @@ filter: dummy
 
 # Implicit rules
 
-.SUFFIXES: .mc .rc .mc.rc .res .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c .cross.o @MAINTAINER_MODE@ .sfd .ttf .svg .ico .bmp
+.SUFFIXES: .mc .rc .mc.rc .res .idl .tlb .h .y .l .tab.c .tab.h .yy.c .ok .man.in .man _c.c _i.c _p.c _s.c .cross.o .dos16.c .exe @MAINTAINER_MODE@ .sfd .ttf .svg .ico .bmp
 
 .c.o:
 	$(CC) -c $(ALLCFLAGS) -o $@ $<
-- 
1.7.0.4


--------------010804060206000305020908
Content-Type: text/plain;
 name="0002-Update-configure.ac-to-detect-OpenWatcom.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="0002-Update-configure.ac-to-detect-OpenWatcom.txt"



More information about the wine-devel mailing list