Changeset 1331
- Timestamp:
- Dec 11, 2008, 2:36:35 AM (17 years ago)
- Location:
- trunk/dll
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1322 r1331 46 46 # 21 Nov 08 JBS Ticket 297: Added support for copyright.c and copyright.h 47 47 # 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 50 51 51 52 # DEBUG - not defined = release build, defined = debug build 52 53 # WARNALL - add more warnings if defined 53 54 # FORTIFY - build with FORTIFYed memory 55 # USE_RC - build with rc.exe if defined, other build with wrc.exe 54 56 55 57 BASE = fm3dll … … 181 183 comp.obj copyf.obj datamin.obj defview.obj delims.obj dircnrs.obj & 182 184 dirs.obj dirsize.obj draglist.obj droplist.obj dumputil.obj & 183 eas.obj errutil.obj &184 extract.objfilldir.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 & 185 187 fonts.obj fortify.obj fsopen.obj & 186 188 getnames.obj grep.obj grep2.obj info.obj inis.obj &
Note:
See TracChangeset
for help on using the changeset viewer.