Changeset 976 for trunk/eas.mak


Ignore:
Timestamp:
Feb 23, 2008, 8:58:02 PM (17 years ago)
Author:
John Small
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eas.mak

    r695 r976  
    44
    55# 16 Jun 07 GKY Convert to OpenWatcom
     6# 23 Feb 08 JBS Add support for building SYM files
    67
    78BASE=eas
     
    910!include makefile_pre.mk
    1011
    11 all: $(BASE).exe $(BASE).res .symbolic
     12all: $(BASE).exe $(BASE).res $(SYMS) .symbolic
    1213
    1314$(BASE).res: $(BASE).rc dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
Note: See TracChangeset for help on using the changeset viewer.