source:
trunk/undel.mak@
1657
Last change on this file since 1657 was 1597, checked in by , 14 years ago | |
---|---|
|
|
File size: 457 bytes |
Rev | Line | |
---|---|---|
[235] | 1 | # $Id: undel.mak 1597 2011-07-04 19:16:27Z gyoung $ |
[2] | 2 | |
[695] | 3 | # Copyright (c) 2002, 2007 Steven H. Levine |
4 | ||
5 | # 16 Jun 07 GKY Convert to OpenWatcom | |
[976] | 6 | # 23 Feb 08 JBS Add support for building SYM files |
[1597] | 7 | # 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow. |
[695] | 8 | |
[9] | 9 | BASE=undel |
[2] | 10 | |
[235] | 11 | !include makefile_pre.mk |
[2] | 12 | |
[983] | 13 | all: $(BASE).exe $(BASE).res .symbolic |
[2] | 14 | |
[1596] | 15 | sym: $(BASE).sym $(BASE).xqs .symbolic |
[983] | 16 | |
[695] | 17 | $(BASE).res: $(BASE).rc icons\$(BASE).ico |
[2] | 18 | |
[9] | 19 | $(BASE).obj: $(BASE).c |
[2] | 20 | |
[235] | 21 | !include makefile_post.mk |
[2] | 22 | |
[9] | 23 | # The end |
[2] | 24 |
Note:
See TracBrowser
for help on using the repository browser.