Changeset 1281 for trunk/dll


Ignore:
Timestamp:
Nov 18, 2008, 6:19:46 PM (17 years ago)
Author:
John Small
Message:

Ticket 297: Various build improvements/corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1242 r1281  
    4242# 22 Jul 08 SHL Change from dllsyms to syms target for consistency
    4343# 06 Oct 08 SHL Add missing -dDEBUG= to CFLAGS; rework lxlite suppress logic
     44# 18 Nov 08 JBS Ticket 297: Various build improvements/corrections
    4445
    4546# Environment:
     
    6768
    6869!if $(USE_RC)
    69 RC = rc
    70 !else
    71 RC = wrc
     70RC = rc -n
     71!else
     72RC = wrc -q
    7273!endif
    7374
     
    255256
    256257$(BASERES).res: *.rc *.dlg fm3dll2.h fm3dlg.h $(ICONS)
     258  @echo. & echo Compiling resource: $* & echo.
    257259  $(RC) $(RCFLAGS) $*
    258260!if $(USE_RC)
     
    265267  @echo $(LINK) @$(BASERES).lrf @$(BASERES).def
    266268  $(LINK) @$(BASERES).lrf @$(BASERES).def
     269  @echo. & echo Compiling resource: $@ & echo.
    267270  $(RC) $(RCFLAGS2) $(BASERES).res $@
    268271  bldlevel $@
     
    297300  lxlite $@ /c:minstub
    298301!endif
     302  @echo. & echo Compiling resource: $@ & echo.
    299303  $(RC) $(RCFLAGS2) $(BASERES).res $@
    300304!ifndef DEBUG
Note: See TracChangeset for help on using the changeset viewer.