Changeset 1597


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

Added comments for last commit.

Location:
trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/av2.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=av2
     
    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\view3.ico bitmaps\*.bmp
  • trunk/databar.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=databar
     
    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
  • trunk/dirsize.mak

    r1235 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=dirsize
     
    1213all: $(BASE).exe $(BASE).res .symbolic
    1314
    14 sym: $(BASE).sym .symbolic
     15sym: $(BASE).sym $(BASE).xqs .symbolic
    1516
    1617$(BASE).res: dll\dirsize.h dll\fm3dll.h $(BASE).rc $(BASE).dlg
  • trunk/dll/ipf/Makefile

    r1596 r1597  
    88# 25 Apr 09 SHL Support wipfc; use USE_WIPFC to enable
    99# 19 Mar 10 SHL Default to wipfc; support USE_IPFC option to override
     10# 04 Jul 11 GKY Add eFTE backup files (*~) to clean target
    1011
    1112!ifndef USE_WIPFC                       # if not defined on command line
  • trunk/dll/makefile

    r1596 r1597  
    3939# 09 Feb 11 SHL Add exceptq .xqs support
    4040# 21 Jun 11 GKY Make high memory builds the default
     41# 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
     42# 04 Jul 11 GKY Add eFTE backup files (*~) to clean target
    4143
    4244# Environment: see makefile_pre.mk
  • 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
  • trunk/fm4.mak

    r983 r1597  
    55# 14 Jun 07 SHL 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=fm4
     
    1213all: $(BASE).exe $(BASE).res .symbolic
    1314
    14 sym: $(BASE).sym .symbolic
     15sym: $(BASE).sym $(BASE).xqs .symbolic
    1516
    1617$(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp
  • trunk/global.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=global
     
    1213all: $(BASE).exe $(BASE).res .symbolic
    1314
    14 sym: $(BASE).sym .symbolic
     15sym: $(BASE).sym $(BASE).xqs .symbolic
    1516
    1617$(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp
  • trunk/ini.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=ini
     
    1213all: $(BASE).exe $(BASE).res .symbolic
    1314
    14 sym: $(BASE).sym .symbolic
     15sym: $(BASE).sym $(BASE).xqs .symbolic
    1516
    1617$(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\file.bmp
  • trunk/killproc.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=killproc
     
    1213all: $(BASE).exe $(BASE).res .symbolic
    1314
    14 sym: $(BASE).sym .symbolic
     15sym: $(BASE).sym $(BASE).xqs .symbolic
    1516
    1617$(BASE).res: $(BASE).rc icons\$(BASE).ico
  • trunk/makefile

    r1596 r1597  
    2929# 21 Jun 11 GKY Add exceptq .xqs support
    3030# 21 Jun 11 GKY Make high memory builds the default (resources only for exes)
     31# 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
     32# 04 Jul 11 GKY Add eFTE backup files (*~) to clean target
    3133
    3234# Environment - see makefile_pre.mk and dll\makefile
  • trunk/makefile_post.mk

    r1596 r1597  
    1515# 21 Jun 11 GKY Add exceptq .xqs support
    1616# 21 Jun 11 GKY Make high memory builds the default resources only for exes
     17# 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
    1718
    1819!ifndef MAKERES
  • trunk/sysinfo.mak

    r1596 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=sysinfo
  • trunk/undel.mak

    r1596 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=undel
  • trunk/vcollect.mak

    r1596 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=vcollect
  • trunk/vdir.mak

    r1596 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=vdir
  • trunk/viewinfs.mak

    r1596 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=viewinfs
  • trunk/vtree.mak

    r1596 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=vtree
Note: See TracChangeset for help on using the changeset viewer.