Changeset 1597
- Timestamp:
- Jul 4, 2011, 9:16:27 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/av2.mak
r983 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=av2 … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: $(BASE).rc dll\fm3dll.h icons\view3.ico bitmaps\*.bmp -
trunk/databar.mak
r983 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=databar … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: $(BASE).rc dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp -
trunk/dirsize.mak
r1235 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=dirsize … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: dll\dirsize.h dll\fm3dll.h $(BASE).rc $(BASE).dlg -
trunk/dll/ipf/Makefile
r1596 r1597 8 8 # 25 Apr 09 SHL Support wipfc; use USE_WIPFC to enable 9 9 # 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 10 11 11 12 !ifndef USE_WIPFC # if not defined on command line -
trunk/dll/makefile
r1596 r1597 39 39 # 09 Feb 11 SHL Add exceptq .xqs support 40 40 # 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 41 43 42 44 # Environment: see makefile_pre.mk -
trunk/eas.mak
r983 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=eas … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: $(BASE).rc dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp -
trunk/fm4.mak
r983 r1597 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=fm4 … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp -
trunk/global.mak
r983 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=global … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp -
trunk/ini.mak
r983 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=ini … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\file.bmp -
trunk/killproc.mak
r983 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=killproc … … 12 13 all: $(BASE).exe $(BASE).res .symbolic 13 14 14 sym: $(BASE).sym .symbolic15 sym: $(BASE).sym $(BASE).xqs .symbolic 15 16 16 17 $(BASE).res: $(BASE).rc icons\$(BASE).ico -
trunk/makefile
r1596 r1597 29 29 # 21 Jun 11 GKY Add exceptq .xqs support 30 30 # 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 31 33 32 34 # Environment - see makefile_pre.mk and dll\makefile -
trunk/makefile_post.mk
r1596 r1597 15 15 # 21 Jun 11 GKY Add exceptq .xqs support 16 16 # 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. 17 18 18 19 !ifndef MAKERES -
trunk/sysinfo.mak
r1596 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=sysinfo -
trunk/undel.mak
r1596 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=undel -
trunk/vcollect.mak
r1596 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=vcollect -
trunk/vdir.mak
r1596 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=vdir -
trunk/viewinfs.mak
r1596 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=viewinfs -
trunk/vtree.mak
r1596 r1597 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 # 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. 7 8 8 9 BASE=vtree
Note:
See TracChangeset
for help on using the changeset viewer.