Changeset 235 for trunk/dirsize.mak


Ignore:
Timestamp:
Aug 9, 2005, 7:09:30 AM (20 years ago)
Author:
root
Message:

Add missing depends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dirsize.mak

    r9 r235  
     1# $Id$
    12
    23BASE=dirsize
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    9 $(BASE).res: $(BASE).rc $(BASE).dlg
     9$(BASE).res: dirsize.h dll\fm3dll.h $(BASE).rc $(BASE).dlg
    1010
    1111$(BASE).obj: $(BASE).c
    1212
    13 !INCLUDE makefile_post.mk
     13!include makefile_post.mk
    1414
    1515# The end
Note: See TracChangeset for help on using the changeset viewer.