Last change
on this file was 1661, checked in by Steven Levine, 14 years ago |
Rework makefiles to allow highmem suppress from command line
See NOHIGHMEM
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
559 bytes
|
Line | |
---|
1 | # $Id: eas.mak 1661 2012-01-26 00:00:12Z stevenhl $
|
---|
2 |
|
---|
3 | # Copyright (c) 2002, 2012 Steven H. Levine
|
---|
4 |
|
---|
5 | # 16 Jun 07 GKY Convert to OpenWatcom
|
---|
6 | # 23 Feb 08 JBS Add support for building SYM files
|
---|
7 | # 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
|
---|
8 | # 25 Jan 12 SHL Renamae LOW -> NOHIGHMEM
|
---|
9 |
|
---|
10 | BASE=eas
|
---|
11 | NOHIGHMEM=1 # Avoid system traps
|
---|
12 |
|
---|
13 | !include makefile_pre.mk
|
---|
14 |
|
---|
15 | all: $(BASE).exe $(BASE).res .symbolic
|
---|
16 |
|
---|
17 | sym: $(BASE).sym $(BASE).xqs .symbolic
|
---|
18 |
|
---|
19 | $(BASE).res: $(BASE).rc dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
|
---|
20 |
|
---|
21 | $(BASE).obj: $(BASE).c
|
---|
22 |
|
---|
23 | !include makefile_post.mk
|
---|
24 |
|
---|
25 | # The end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.