Changeset 414
- Timestamp:
- Jul 31, 2006, 7:30:35 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
dll/makefile (modified) (2 diffs)
-
makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r408 r414 13 13 # 22 Jul 06 SHL Add more .h dependencies 14 14 # 29 Jul 06 SHL Reorganize icons 15 # 31 Jul 06 SHL Tweak dependencies 15 16 16 17 # Warning - may still be missing some *.h dependencies … … 142 143 cd.. 143 144 144 $(BASERES).obj: $(BASERES).c version.h145 $(BASERES).obj: $(BASERES).c 145 146 $(CC) $(CFLAGSR) /C $(BASERES).c 146 147 -
trunk/makefile
r310 r414 1 1 # makefile - build all fm/2 components 2 2 # $Id$ 3 4 # Copyright (c) 1993-98 M. Kimes 5 # Copyright (c) 2002, 2006 Steven H. Levine 3 6 4 7 # 24 May 05 SHL Add clean and cleanobj target … … 7 10 # 20 Jul 05 SHL Add makeres support 8 11 # 16 Apr 06 SHL Add lxlite target 12 # 31 Jul 06 SHL Tweak dependencies 9 13 10 14 # Environment: … … 32 36 $(BASE): $(BASE).exe $(BASE).res 33 37 34 $(BASE).res: $(BASE).rc $(BASE).h bitmaps\*.bmp38 $(BASE).res: $(BASE).rc $(BASE).h icons\$(BASE).ico bitmaps\*.bmp 35 39 36 40 $(BASE).obj: $(BASE).c $(BASE).h dll\version.h
Note:
See TracChangeset
for help on using the changeset viewer.
