Changeset 454
- Timestamp:
- Aug 24, 2006, 7:05:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r415 r454 17 17 # 29 Jul 06 SHL Reorganize icons 18 18 # 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 19 21 20 22 # Warning - may still be missing some *.h dependencies … … 116 118 !else 117 119 118 # Just resources120 # MAKERES mode - build resources only 119 121 120 122 all: chkexe \ … … 163 165 type $(BASERES).@0 164 166 $(LINK) @$(BASERES).@0 165 $(RC) -x2 $(BASERES).res $@ 166 :: SHL ea /d /e:.ICON /V $@ 167 $(RC) $(BASERES).res $@ 167 168 bldlevel $@ 168 169 169 170 !else 171 172 # MAKERES mode - build resources only 170 173 171 174 $(BASERES).dll: $(BASERES).res … … 173 176 lxlite $@ /x+ /b- 174 177 lxlite $@ /c:minstub 175 $(RC) -x2$(BASERES).res $@178 $(RC) $(BASERES).res $@ 176 179 lxlite $@ /x- /b- 177 180 bldlevel $@
Note:
See TracChangeset
for help on using the changeset viewer.
