Changeset 465 for trunk/makefile
- Timestamp:
 - Sep 1, 2006, 2:59:49 AM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/makefile (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/makefile
r414 r465 11 11 # 16 Apr 06 SHL Add lxlite target 12 12 # 31 Jul 06 SHL Tweak dependencies 13 # 26 Aug 06 SHL Add rest of lxlite support 13 14 14 15 # Environment: … … 45 46 !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS) 46 47 48 # makefile_post.mk contains lxlite target for $(BASE).exe 49 # Apply to each *.mak for other exes 47 50 lxlite:: *.mak 48 51 !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS) lxlite 52 53 # Apply to dlls 54 lxlite:: 55 cd dll 56 $(MAKE) /nologo /$(MAKEFLAGS) lxlite 57 cd .. 49 58 50 59 cleanobj:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  