Changeset 1620


Ignore:
Timestamp:
Aug 14, 2011, 1:08:44 AM (14 years ago)
Author:
Gregg Young
Message:

Build xqs and sym files as part of dll and all targets

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1614 r1620  
    4242# 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
    4343# 04 Jul 11 GKY Add eFTE backup files (*~) to clean target
     44# 13 Aug 11 GKY Build xqs and sym files as part of dll and all targets
    4445
    4546# Environment: see makefile_pre.mk
     
    201202     $(BASERES).dll &
    202203     loadhigh &
     204     $(SYMS) &
    203205     ipf\fm3.hlp
    204206     
  • trunk/makefile

    r1597 r1620  
    3131# 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
    3232# 04 Jul 11 GKY Add eFTE backup files (*~) to clean target
     33# 13 Aug 11 GKY Build xqs and sym files as part of dll and all targets
    3334
    3435# Environment - see makefile_pre.mk and dll\makefile
     
    5455!include makefile_pre.mk
    5556
    56 all: dll $(BASE) allexe .symbolic
     57all: dll $(BASE) allexe fm3.sym fm3.xqs exesyms .symbolic
    5758
    5859syms: fm3.sym fm3.xqs exesyms dllsyms .symbolic
Note: See TracChangeset for help on using the changeset viewer.