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

    r9 r235  
     1# $Id$
    12
    23BASE=av2
    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).obj: $(BASE).c \
    12     dll\version.h
     11$(BASE).rc: dll\fm3dll.h icons\view3.ico bitmaps\*.bmp
    1312
    14 !INCLUDE makefile_post.mk
     13$(BASE).obj: $(BASE).c dll\version.h
     14
     15!include makefile_post.mk
    1516
    1617# The end
Note: See TracChangeset for help on using the changeset viewer.