Changeset 235 for trunk/undel.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/undel.mak

    r9 r235  
     1# $Id$
    12
    23BASE=undel
    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
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: icons\$(BASE).ico
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
Note: See TracChangeset for help on using the changeset viewer.