Changeset 414 for trunk/makefile
- Timestamp:
- Jul 31, 2006, 7:30:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.