mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
Updated with minor modifications only.
svn path=/trunk/; revision=3220
This commit is contained in:
parent
cf0bb98945
commit
45552bacf0
1 changed files with 6 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue