Changeset 1569


Ignore:
Timestamp:
May 31, 2011, 11:13:18 PM (14 years ago)
Author:
Steven Levine
Message:

Add exceptq .xqs support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1514 r1569  
    1111# 03 Jul 07 SHL Change DEBUG semantics to ifdef/ifndef
    1212# 04 Jul 07 SHL Pass DEBUG settings to sub-make
    13 # 04 Jul 07 SHL Add missing .autodepend
     13# 04 Jul 07 SHL Add missing .AUTODEPEND
    1414# 06 Aug 07 SHL Tweak CFLAGS for DEBUG builds
    1515# 26 Aug 07 SHL Clean *.lrf
     
    3737# 30 Jul 09 SHL Avoid attempting to attach resources to fm3res.map
    3838# 13 Apr 10 SHL Drop HIMEM support
     39# 09 Feb 11 SHL Add exceptq .xqs support
    3940
    4041# Environment: see makefile_pre.mk
     
    159160
    160161!ifndef MAKERES
    161 .c.obj: .autodepend
     162.c.obj: .AUTODEPEND
    162163  $(CC) $(CFLAGS) $*.c
    163164!else
     
    227228  $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) MAKERES=1
    228229
    229 $(BASERES).obj: $(BASERES).c .autodepend
     230$(BASERES).obj: $(BASERES).c .AUTODEPEND
    230231  $(CC) $(CFLAGSR) $(BASERES).c
    231232
     
    257258   @echo Processing: $?
    258259   -perl ..\debugtools\mapsymw.pl $?
     260   -mapxqs $?
    259261
    260262$(BASERES).sym: $(BASERES).map
    261263   @echo Processing: $?
    262264   -perl ..\debugtools\mapsymw.pl $?
     265   -mapxqs $?
    263266
    264267!else # MAKERES defined
Note: See TracChangeset for help on using the changeset viewer.