| 
            Last change
 on this file since 978 was             976, checked in by John Small, 18 years ago           | 
        
        
          | 
             
Ticket 226: Add support for building SYM files to the build process 
and add a package of files/icons to the Warpin WPI file to support 
debugging efforts. 
 
           | 
        
        
          
            
              - 
Property                 svn:eol-style
 set to                 
native
               
              - 
Property                 svn:keywords
 set to                 
Author Date Id Revision
               
             
           | 
        
        
          | 
            File size:
            370 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | # $Id: av2.mak 976 2008-02-23 19:58:02Z jbs $
 | 
|---|
| 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 | 
 | 
|---|
| 8 | BASE=av2
 | 
|---|
| 9 | 
 | 
|---|
| 10 | !include makefile_pre.mk
 | 
|---|
| 11 | 
 | 
|---|
| 12 | all: $(BASE).exe $(BASE).res $(SYMS) .symbolic
 | 
|---|
| 13 | 
 | 
|---|
| 14 | $(BASE).res: $(BASE).rc dll\fm3dll.h icons\view3.ico bitmaps\*.bmp
 | 
|---|
| 15 | 
 | 
|---|
| 16 | $(BASE).obj: $(BASE).c dll\version.h
 | 
|---|
| 17 | 
 | 
|---|
| 18 | !include makefile_post.mk
 | 
|---|
| 19 | 
 | 
|---|
| 20 | # The end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.