Updated with minor modifications only.

svn path=/trunk/; revision=3220
This commit is contained in:
Robert Dickenson 2002-07-14 18:00:54 +00:00
parent cf0bb98945
commit 45552bacf0

View file

@ -46,15 +46,16 @@ $(TARGET).exe: $(OBJS) $(TARGET).coff
$(NM) --numeric-sort $(TARGET).exe > $(TARGET).sym
about.o: about.c about.h resource.h
main.h: resource.h
main.o: main.c main.h childwnd.h framewnd.h resource.h
about.o: about.c about.h main.h
childwnd.o: childwnd.c childwnd.h resource.h
main.o: main.c main.h framewnd.h childwnd.h
framewnd.o: framewnd.c framewnd.h resource.h
framewnd.o: framewnd.c framewnd.h main.h
childwnd.o: childwnd.c childwnd.h main.h
#$(TARGET).o: $(TARGET).c $(TARGET).h resource.h
clean: