Changeset 414 for trunk/makefile


Ignore:
Timestamp:
Jul 31, 2006, 7:30:35 PM (19 years ago)
Author:
root
Message:

Tweak dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r310 r414  
    11# makefile - build all fm/2 components
    22# $Id$
     3
     4# Copyright (c) 1993-98 M. Kimes
     5# Copyright (c) 2002, 2006 Steven H. Levine
    36
    47# 24 May 05 SHL Add clean and cleanobj target
     
    710# 20 Jul 05 SHL Add makeres support
    811# 16 Apr 06 SHL Add lxlite target
     12# 31 Jul 06 SHL Tweak dependencies
    913
    1014# Environment:
     
    3236$(BASE): $(BASE).exe $(BASE).res
    3337
    34 $(BASE).res: $(BASE).rc  $(BASE).h bitmaps\*.bmp
     38$(BASE).res: $(BASE).rc  $(BASE).h icons\$(BASE).ico bitmaps\*.bmp
    3539
    3640$(BASE).obj: $(BASE).c $(BASE).h dll\version.h
Note: See TracChangeset for help on using the changeset viewer.