home *** CD-ROM | disk | FTP | other *** search
- CC = cl
- CFLAGS = -c -Gsw -Od -Zpe -AS
-
- APP = winwhere
- OBJS = $(APP).obj
-
- # Inference rules for C
- .c.obj :
- $(CC) $(CFLAGS) $*.c
-
-
- $(APP).obj : $(APP).c
-
-
- $(APP).res: $(APP).rc $(APP).h
- rc -r $(APP).rc
-
- $(APP).exe: $(OBJS) $(APP).def $(APP).res
- d:\msc6\link /NOE /NOD $(OBJS),$(APP),nul,slibcew libw, $(APP).def
- rc $(APP).res
-
- $(APP).exe: $(APP).res
- rc $(APP).res