- Timestamp:
- Nov 18, 2008, 6:19:46 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1242 r1281 42 42 # 22 Jul 08 SHL Change from dllsyms to syms target for consistency 43 43 # 06 Oct 08 SHL Add missing -dDEBUG= to CFLAGS; rework lxlite suppress logic 44 # 18 Nov 08 JBS Ticket 297: Various build improvements/corrections 44 45 45 46 # Environment: … … 67 68 68 69 !if $(USE_RC) 69 RC = rc 70 !else 71 RC = wrc 70 RC = rc -n 71 !else 72 RC = wrc -q 72 73 !endif 73 74 … … 255 256 256 257 $(BASERES).res: *.rc *.dlg fm3dll2.h fm3dlg.h $(ICONS) 258 @echo. & echo Compiling resource: $* & echo. 257 259 $(RC) $(RCFLAGS) $* 258 260 !if $(USE_RC) … … 265 267 @echo $(LINK) @$(BASERES).lrf @$(BASERES).def 266 268 $(LINK) @$(BASERES).lrf @$(BASERES).def 269 @echo. & echo Compiling resource: $@ & echo. 267 270 $(RC) $(RCFLAGS2) $(BASERES).res $@ 268 271 bldlevel $@ … … 297 300 lxlite $@ /c:minstub 298 301 !endif 302 @echo. & echo Compiling resource: $@ & echo. 299 303 $(RC) $(RCFLAGS2) $(BASERES).res $@ 300 304 !ifndef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.
