mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Updated with minor modifications only.
svn path=/trunk/; revision=3220
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user