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

    r9 r235  
     1# $Id$
    12
    23BASE=sysinfo
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: sysinfo.EXE \
    7      sysinfo.res
     7all: $(BASE).exe $(BASE).res
    88
    9 sysinfo.res: sysinfo.rc
     9$(BASE).res: $(BASE).rc
    1010
    11 sysinfo.obj: sysinfo.c
     11$(BASE).rc: icons\$(BASE).ico
    1212
    13 !INCLUDE makefile_post.mk
     13$(BASE).obj: $(BASE).c
     14
     15!include makefile_post.mk
    1416
    1517# The end
Note: See TracChangeset for help on using the changeset viewer.