source:
trunk/fm4.mak@
9
Last change on this file since 9 was 9, checked in by , 23 years ago | |
---|---|
|
|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | |
[9] | 2 | BASE=fm4 |
[2] | 3 | |
[9] | 4 | !INCLUDE makefile_pre.mk |
[2] | 5 | |
[9] | 6 | ALL: $(BASE).EXE \ |
7 | $(BASE).res | |
[2] | 8 | |
[9] | 9 | $(BASE).res: $(BASE).rc \ |
10 | $(BASE).h | |
[2] | 11 | |
[9] | 12 | $(BASE).obj: $(BASE).c \ |
13 | $(BASE).h dll\version.h | |
[2] | 14 | |
[9] | 15 | !INCLUDE makefile_post.mk |
[2] | 16 | |
[9] | 17 | # The end |
Note:
See TracBrowser
for help on using the repository browser.