Changeset 235 for trunk/ini.mak
- Timestamp:
- Aug 9, 2005, 7:09:30 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ini.mak
r9 r235 1 # $Id$ 1 2 2 3 BASE=ini 3 4 4 ! INCLUDEmakefile_pre.mk5 !include makefile_pre.mk 5 6 6 ALL: $(BASE).EXE \ 7 $(BASE).res 7 all: $(BASE).exe $(BASE).res 8 8 9 9 $(BASE).res: $(BASE).rc 10 10 11 $(BASE).rc: icons\$(BASE).ico bitmaps\file.bmp 12 11 13 $(BASE).obj: $(BASE).c 12 14 13 ! INCLUDEmakefile_post.mk15 !include makefile_post.mk 14 16 15 17 # The end
Note:
See TracChangeset
for help on using the changeset viewer.