Last change
on this file since 9 was 9, checked in by root, 23 years ago |
Lock in makefile rework
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
300 bytes
|
Rev | Line | |
---|
[9] | 1 | # makefile_post.mk - common settings for post !include
|
---|
| 2 |
|
---|
| 3 | $(BASE).exe: $(BASE).obj $(BASE).res $(BASE).def
|
---|
| 4 | @REM @<<$(BASE).@0
|
---|
| 5 | $(LFLAGS)
|
---|
| 6 | $(BASE).obj
|
---|
| 7 | dll\fm3dll.lib os2386.lib
|
---|
| 8 | $(BASE).def
|
---|
| 9 | <<
|
---|
| 10 | type $(BASE).@0
|
---|
| 11 | $(LINK) @$(BASE).@0
|
---|
| 12 | $(RC) -x2 $(BASE).res $(BASE).exe
|
---|
| 13 |
|
---|
| 14 | # The end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.