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