Changeset 235 for trunk/dirsize.mak
- Timestamp:
- Aug 9, 2005, 7:09:30 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dirsize.mak
r9 r235 1 # $Id$ 1 2 2 3 BASE=dirsize 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 $(BASE).res: $(BASE).rc $(BASE).dlg9 $(BASE).res: dirsize.h dll\fm3dll.h $(BASE).rc $(BASE).dlg 10 10 11 11 $(BASE).obj: $(BASE).c 12 12 13 ! INCLUDEmakefile_post.mk13 !include makefile_post.mk 14 14 15 15 # The end
Note:
See TracChangeset
for help on using the changeset viewer.