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
|
Line | |
---|
1 | # makefile_post.mk - common makefile suffix settings for all makefiles
|
---|
2 | # $Id: makefile_post.mk 252 2005-08-16 15:14:49Z root $
|
---|
3 |
|
---|
4 | # 16 Aug 05 SHL Clean up
|
---|
5 |
|
---|
6 | !ifndef MAKERES
|
---|
7 |
|
---|
8 | $(BASE).exe: $(BASE).obj $(BASE).res $(BASE).def
|
---|
9 | @$(LINK) @<<$(BASE).lrf
|
---|
10 | $(LFLAGS)
|
---|
11 | $(BASE).obj
|
---|
12 | dll\fm3dll.lib
|
---|
13 | os2386.lib
|
---|
14 | $(BASE).def
|
---|
15 | <<
|
---|
16 | @rem type $(BASE).lrf
|
---|
17 | $(RC) -x2 $(BASE).res $@
|
---|
18 | bldlevel $@
|
---|
19 |
|
---|
20 | !else
|
---|
21 |
|
---|
22 | $(BASE).exe: $(BASE).res
|
---|
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 $@
|
---|
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 |
|
---|
39 | # The end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.