| 
            Last change
 on this file since 1632 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
           | 
        
      
      
| Line |   | 
|---|
| 1 | # $Id: eas.mak 1624 2011-08-20 20:28:56Z gyoung $
 | 
|---|
| 2 | 
 | 
|---|
| 3 | # Copyright (c) 2002, 2007 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 | 
 | 
|---|
| 9 | BASE=eas
 | 
|---|
| 10 | LOW=1
 | 
|---|
| 11 | 
 | 
|---|
| 12 | !include makefile_pre.mk
 | 
|---|
| 13 | 
 | 
|---|
| 14 | all: $(BASE).exe $(BASE).res .symbolic
 | 
|---|
| 15 | 
 | 
|---|
| 16 | sym: $(BASE).sym $(BASE).xqs .symbolic
 | 
|---|
| 17 | 
 | 
|---|
| 18 | $(BASE).res: $(BASE).rc dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
 | 
|---|
| 19 | 
 | 
|---|
| 20 | $(BASE).obj: $(BASE).c
 | 
|---|
| 21 | 
 | 
|---|
| 22 | !include makefile_post.mk
 | 
|---|
| 23 | 
 | 
|---|
| 24 | # The end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.