home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
windows
/
winwhere.zip
/
WINWHERE
< prev
next >
Wrap
Text File
|
1990-11-22
|
404b
|
24 lines
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