source:
trunk/fm4.mak@
689
Last change on this file since 689 was 554, checked in by , 19 years ago | |
---|---|
|
|
File size: 219 bytes |
Rev | Line | |
---|---|---|
[235] | 1 | # $Id: fm4.mak 554 2007-03-03 19:05:11Z gyoung $ |
[2] | 2 | |
[9] | 3 | BASE=fm4 |
[2] | 4 | |
[235] | 5 | !include makefile_pre.mk |
[2] | 6 | |
[235] | 7 | all: $(BASE).exe $(BASE).res |
[2] | 8 | |
[235] | 9 | $(BASE).res: $(BASE).rc |
[2] | 10 | |
[554] | 11 | $(BASE).rc: icons\$(BASE).ico bitmaps\*.bmp |
[2] | 12 | |
[554] | 13 | $(BASE).obj: $(BASE).c dll\version.h |
[2] | 14 | |
[235] | 15 | !include makefile_post.mk |
16 | ||
[9] | 17 | # The end |
Note:
See TracBrowser
for help on using the repository browser.