home *** CD-ROM | disk | FTP | other *** search
- WATCOM binary patch file format
-
- makefile ] ߔ [ ^ [ NAME = editmenu
-
- CFLAGS = -zw -s -d1
- CC = wcc386p
-
- LNK = $(NAME).lnk
-
- OBJS = $(NAME).obj
-
- $(NAME).exe : $(OBJS) $(NAME).res $(LNK)
- wlink @$(LNK)
- wbind $(NAME) -R $(NAME).res
-
- $(NAME).res : $(NAME).rc
- rc -r $(NAME).rc
-
- $(LNK) : makefile
- %create $(LNK)
- @%append $(LNK) debug all
- @%append $(LNK) sys win386
- @%append $(LNK) option mindata=256K
- @%append $(LNK) option maxdata=512K
- @%append $(LNK) option stack=20k
- @%append $(LNK) name $(NAME)
- @for %i in ($(OBJS)) do @%append $(LNK) file %i
-
- .c.obj :
- $(CC) $(CFLAGS) $[*