Last change
on this file since 304 was 252, checked in by root, 20 years ago |
Clean up
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
629 bytes
|
Rev | Line | |
---|
[236] | 1 | # makefile_post.mk - common makefile suffix settings for all makefiles
|
---|
| 2 | # $Id: makefile_post.mk 252 2005-08-16 15:14:49Z root $
|
---|
[9] | 3 |
|
---|
[252] | 4 | # 16 Aug 05 SHL Clean up
|
---|
| 5 |
|
---|
[236] | 6 | !ifndef MAKERES
|
---|
| 7 |
|
---|
[9] | 8 | $(BASE).exe: $(BASE).obj $(BASE).res $(BASE).def
|
---|
[252] | 9 | @$(LINK) @<<$(BASE).lrf
|
---|
[236] | 10 | $(LFLAGS)
|
---|
| 11 | $(BASE).obj
|
---|
| 12 | dll\fm3dll.lib
|
---|
| 13 | os2386.lib
|
---|
| 14 | $(BASE).def
|
---|
[9] | 15 | <<
|
---|
[252] | 16 | @rem type $(BASE).lrf
|
---|
| 17 | $(RC) -x2 $(BASE).res $@
|
---|
| 18 | bldlevel $@
|
---|
[9] | 19 |
|
---|
[236] | 20 | !else
|
---|
| 21 |
|
---|
| 22 | $(BASE).exe: $(BASE).res
|
---|
[252] | 23 | @if not exist $@ echo $@ missing
|
---|
| 24 | lxlite $@ /x+ /b-
|
---|
| 25 | lxlite $@ /c:minstub
|
---|
| 26 | $(RC) -x2 $(BASE).res $@
|
---|
| 27 | lxlite $@ /x- /b-
|
---|
| 28 | bldlevel $@
|
---|
[236] | 29 |
|
---|
| 30 | !endif
|
---|
| 31 |
|
---|
| 32 | clean:
|
---|
| 33 | -del $(BASE).exe
|
---|
| 34 | -del $(BASE).lrf
|
---|
| 35 | -del $(BASE).map
|
---|
| 36 | -del $(BASE).obj
|
---|
| 37 | -del $(BASE).res
|
---|
| 38 |
|
---|
[9] | 39 | # The end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.