Changeset 252 for trunk/makefile_post.mk


Ignore:
Timestamp:
Aug 16, 2005, 5:14:49 PM (20 years ago)
Author:
root
Message:

Clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile_post.mk

    r236 r252  
    11# makefile_post.mk - common makefile suffix settings for all makefiles
    22# $Id$
     3
     4# 16 Aug 05 SHL Clean up
    35
    46!ifndef MAKERES
    57
    68$(BASE).exe: $(BASE).obj $(BASE).res $(BASE).def
    7   @rem @<<$(BASE).lrf
     9  @$(LINK) @<<$(BASE).lrf
    810  $(LFLAGS)
    911  $(BASE).obj
     
    1214  $(BASE).def
    1315<<
    14   type $(BASE).lrf
    15   $(LINK) @$(BASE).lrf
    16   $(RC) -x2 $(BASE).res $(BASE).exe
     16  @rem type $(BASE).lrf
     17  $(RC) -x2 $(BASE).res $@
     18  bldlevel $@
    1719
    1820!else
    1921
    2022$(BASE).exe: $(BASE).res
    21   @if not exist $(BASE).exe echo $(BASE).exe missing
    22   lxlite $(BASE).exe /x+ /b-
    23   lxlite $(BASE).exe /c:minstub
    24   $(RC) -x2 $(BASE).res $(BASE).exe
    25   lxlite $(BASE).exe /x- /b-
     23  @if not exist $@ echo $@ missing
     24  lxlite $@ /x+ /b-
     25  lxlite $@ /c:minstub
     26  $(RC) -x2 $(BASE).res $@
     27  lxlite $@ /x- /b-
     28  bldlevel $@
    2629
    2730!endif
Note: See TracChangeset for help on using the changeset viewer.