Ignore:
Timestamp:
Sep 21, 2009, 7:23:53 PM (16 years ago)
Author:
Steven Levine
Message:

Add some makefile notes
Avoid attempting to attach resources to fm3res.map
Correct some typos in file_id.diz and readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile_post.mk

    r1406 r1468  
    11# makefile_post.mk - common makefile suffix settings for all makefiles
    22# $Id$
     3
     4# Copyright (c) 2002, 2009 Steven H. Levine
    35
    46# 16 Aug 05 SHL Clean up
     
    1012# 19 Nov 08 JBS Ticket 297: Removed bldlevel calls
    1113# 14 Dec 08 SHL Drop EXCEPTQ support - will not be used
     14# 24 Jul 09 SHL Comments
    1215
    1316!ifndef MAKERES
     
    2124  $(LINK) @$(BASE).lrf @$(BASE).def
    2225  @echo.
    23   @echo Compiling resource: $@
     26  @echo Attaching resources to $@
    2427  @echo.
    2528  $(RC) $(RCFLAGS2) $(BASE).res $@
     
    4649!endif
    4750  @echo.
    48   @echo Compiling resource: $@
     51  @echo Attaching resources to $@
    4952  @echo.
    5053  $(RC) $(RCFLAGS2) $(BASE).res $@
Note: See TracChangeset for help on using the changeset viewer.