From: Robert Dickenson Date: Sun, 14 Jul 2002 18:00:54 +0000 (+0000) Subject: Updated with minor modifications only. X-Git-Tag: ReactOS-0.0.20~95 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=45552bacf02a09e6fb0838d1aa029d20e62f8960 Updated with minor modifications only. svn path=/trunk/; revision=3220 --- diff --git a/rosapps/templates/mdi/makefile b/rosapps/templates/mdi/makefile index 3752b4ad374..b11eaefc339 100644 --- a/rosapps/templates/mdi/makefile +++ b/rosapps/templates/mdi/makefile @@ -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: