Changeset 454


Ignore:
Timestamp:
Aug 24, 2006, 7:05:35 AM (19 years ago)
Author:
root
Message:

Drop 4os2-ism
Drop rc -x2 compression - not reliable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r415 r454  
    1717# 29 Jul 06 SHL Reorganize icons
    1818# 31 Jul 06 SHL Tweak dependencies
     19# 16 Aug 06 SHL Drop 4os2-ism
     20# 18 Aug 06 SHL Drop rc -x2 compression - not reliable
    1921
    2022# Warning - may still be missing some *.h dependencies
     
    116118!else
    117119
    118 # Just resources
     120# MAKERES mode - build resources only
    119121
    120122all: chkexe \
     
    163165  type $(BASERES).@0
    164166  $(LINK) @$(BASERES).@0
    165   $(RC) -x2 $(BASERES).res $@
    166   :: SHL ea /d /e:.ICON /V $@
     167  $(RC) $(BASERES).res $@
    167168  bldlevel $@
    168169
    169170!else
     171
     172# MAKERES mode - build resources only
    170173
    171174$(BASERES).dll: $(BASERES).res
     
    173176  lxlite $@ /x+ /b-
    174177  lxlite $@ /c:minstub
    175   $(RC) -x2 $(BASERES).res $@
     178  $(RC) $(BASERES).res $@
    176179  lxlite $@ /x- /b-
    177180  bldlevel $@
Note: See TracChangeset for help on using the changeset viewer.