- Timestamp:
- Nov 19, 2008, 10:53:15 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
dll/internal/makefile (modified) (2 diffs)
-
dll/makefile (modified) (4 diffs)
-
makefile_post.mk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/internal/makefile
r1280 r1285 7 7 # 27 Jun 07 SHL Support DEBUG set from command line or environment 8 8 # 25 Oct 08 SHL Rework dependencies to avoid target dependent build failures 9 # 19 Nov 08 JBS Ticket 297: Removed bldlevel calls 9 10 10 11 BASE=mkstr … … 40 41 $(BASE).exe $(BASE).map: $(BASE).obj $(BASE).lrf 41 42 $(LINK) @$(BASE).lrf 42 bldlevel $@43 43 44 44 $(BASE).lrf: $(__MAKEFILES__) -
trunk/dll/makefile
r1282 r1285 43 43 # 06 Oct 08 SHL Add missing -dDEBUG= to CFLAGS; rework lxlite suppress logic 44 44 # 18 Nov 08 JBS Ticket 297: Various build improvements/corrections 45 # 19 Nov 08 JBS Ticket 297: Removed bldlevel calls 45 46 46 47 # Environment: … … 211 212 $(LINK) @$(BASE).lrf @$(BASE).def 212 213 @rem type $(BASE).lrf 213 bldlevel $@214 214 215 215 $(BASE).lrf: $(__MAKEFILES__) … … 273 273 @echo. 274 274 $(RC) $(RCFLAGS2) $(BASERES).res $@ 275 bldlevel $@276 275 277 276 $(BASERES).lrf: $(__MAKEFILES__) … … 311 310 lxlite $@ /x- /b- 312 311 !endif 313 bldlevel $@314 312 315 313 !endif # MAKERES mode -
trunk/makefile_post.mk
r1282 r1285 8 8 # 25 Oct 08 JBS Rework DEBUG usage to match what C code expects 9 9 # 18 Nov 08 JBS Ticket 297: Various build improvements/corrections 10 # 19 Nov 08 JBS Ticket 297: Removed bldlevel calls 10 11 11 12 !ifndef MAKERES … … 21 22 @echo. 22 23 $(RC) $(RCFLAGS2) $(BASE).res $@ 23 bldlevel $@24 24 25 25 $(BASE).lrf: $(__MAKEFILES__) .explicit … … 53 53 lxlite $@ /x- /b- 54 54 !endif 55 bldlevel $@56 55 57 56 !endif
Note:
See TracChangeset
for help on using the changeset viewer.
