Changeset 1331


Ignore:
Timestamp:
Dec 11, 2008, 2:36:35 AM (17 years ago)
Author:
Steven Levine
Message:

Ticket 26: Add exceptq and exception handler support

Location:
trunk/dll
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1322 r1331  
    4646# 21 Nov 08 JBS Ticket 297: Added support for copyright.c and copyright.h
    4747# 08 Dec 08 SHL Ticket 307: Add process dump support
    48 
    49 # Environment:
     48# 10 Dec 08 SHL Ticket 26: Add exception handler and exceptq support
     49
     50# Environment: see makefile_pre.mk
    5051
    5152# DEBUG - not defined = release build, defined = debug build
    5253# WARNALL - add more warnings if defined
    5354# FORTIFY - build with FORTIFYed memory
     55# USE_RC - build with rc.exe if defined, other build with wrc.exe
    5456
    5557BASE = fm3dll
     
    181183       comp.obj copyf.obj datamin.obj defview.obj delims.obj dircnrs.obj &
    182184       dirs.obj dirsize.obj draglist.obj droplist.obj dumputil.obj &
    183        eas.obj errutil.obj &
    184        extract.obj filldir.obj filter.obj findrec.obj flesh.obj fm2cmd.obj &
     185       eas.obj errutil.obj excputil.obj extract.obj &
     186       filldir.obj filter.obj findrec.obj flesh.obj fm2cmd.obj &
    185187       fonts.obj fortify.obj fsopen.obj &
    186188       getnames.obj grep.obj grep2.obj info.obj inis.obj &
Note: See TracChangeset for help on using the changeset viewer.