Changeset 414


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

Tweak dependencies

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r408 r414  
    1313# 22 Jul 06 SHL Add more .h dependencies
    1414# 29 Jul 06 SHL Reorganize icons
     15# 31 Jul 06 SHL Tweak dependencies
    1516
    1617# Warning - may still be missing some *.h dependencies
     
    142143  cd..
    143144
    144 $(BASERES).obj: $(BASERES).c version.h
     145$(BASERES).obj: $(BASERES).c
    145146  $(CC) $(CFLAGSR) /C $(BASERES).c
    146147
  • 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.