mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Watcom's .autodepend doesn't work for .exe's.
This commit is contained in:
11
watcom.mif
11
watcom.mif
@@ -44,8 +44,15 @@ $(LIBPANEL) : $(PANOBJS)
|
||||
.c.obj: .autodepend
|
||||
$(CC) $(CCFLAGS) $<
|
||||
|
||||
.obj.exe: .autodepend
|
||||
$(LINK) $(LDFLAGS) n $@ f $< l $(LIBCURSES)
|
||||
.obj.exe:
|
||||
$(LINK) $(LDFLAGS) n $@ f $*.obj l $(LIBCURSES)
|
||||
|
||||
testcurs.exe: testcurs.obj $(LIBCURSES)
|
||||
newdemo.exe: newdemo.obj $(LIBCURSES)
|
||||
xmas.exe: xmas.obj $(LIBCURSES)
|
||||
firework.exe: firework.obj $(LIBCURSES)
|
||||
rain.exe: rain.obj $(LIBCURSES)
|
||||
worm.exe: worm.obj $(LIBCURSES)
|
||||
|
||||
ptest.exe: ptest.obj $(LIBCURSES) $(LIBPANEL)
|
||||
$(LINK) $(LDFLAGS) n $@ f ptest.obj l $(LIBCURSES) l $(LIBPANEL)
|
||||
|
||||
Reference in New Issue
Block a user