Changeset 1597 for trunk/eas.mak


Ignore:
Timestamp:
Jul 4, 2011, 9:16:27 PM (14 years ago)
Author:
Gregg Young
Message:

Added comments for last commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eas.mak

    r983 r1597  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66# 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.
    78
    89BASE=eas
     
    1213all: $(BASE).exe $(BASE).res .symbolic
    1314
    14 sym: $(BASE).sym .symbolic
     15sym: $(BASE).sym $(BASE).xqs .symbolic
    1516
    1617$(BASE).res: $(BASE).rc dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
Note: See TracChangeset for help on using the changeset viewer.