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