Last change
on this file since 1657 was 1624, checked in by Gregg Young, 14 years ago |
Fix problem with kernel trap caused by loading eas.exe's resources in high memory. Ticket 470
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
487 bytes
|
Rev | Line | |
---|
[235] | 1 | # $Id: eas.mak 1624 2011-08-20 20:28:56Z 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=eas
|
---|
[1624] | 10 | LOW=1
|
---|
[2] | 11 |
|
---|
[235] | 12 | !include makefile_pre.mk
|
---|
[2] | 13 |
|
---|
[983] | 14 | all: $(BASE).exe $(BASE).res .symbolic
|
---|
[2] | 15 |
|
---|
[1597] | 16 | sym: $(BASE).sym $(BASE).xqs .symbolic
|
---|
[983] | 17 |
|
---|
[695] | 18 | $(BASE).res: $(BASE).rc dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
|
---|
[2] | 19 |
|
---|
[9] | 20 | $(BASE).obj: $(BASE).c
|
---|
[2] | 21 |
|
---|
[235] | 22 | !include makefile_post.mk
|
---|
[2] | 23 |
|
---|
[9] | 24 | # The end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.