source:
trunk/fm4.mak@
892
Last change on this file since 892 was 691, checked in by , 18 years ago | |
---|---|
|
|
File size: 300 bytes |
Rev | Line | |
---|---|---|
[235] | 1 | # $Id: fm4.mak 691 2007-06-16 01:36:42Z stevenhl $ |
[2] | 2 | |
[691] | 3 | # Copyright (c) 2002, 2007 Steven H. Levine |
4 | ||
5 | # 14 Jun 07 SHL Convert to OpenWatcom | |
6 | ||
[9] | 7 | BASE=fm4 |
[2] | 8 | |
[235] | 9 | !include makefile_pre.mk |
[2] | 10 | |
[691] | 11 | all: $(BASE).exe $(BASE).res .symbolic |
[2] | 12 | |
[691] | 13 | $(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp |
[2] | 14 | |
[554] | 15 | $(BASE).obj: $(BASE).c dll\version.h |
[2] | 16 | |
[235] | 17 | !include makefile_post.mk |
18 | ||
[9] | 19 | # The end |
Note:
See TracBrowser
for help on using the repository browser.