Changeset 465


Ignore:
Timestamp:
Sep 1, 2006, 2:59:49 AM (19 years ago)
Author:
root
Message:

Add rest of lxlite support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r414 r465  
    1111# 16 Apr 06 SHL Add lxlite target
    1212# 31 Jul 06 SHL Tweak dependencies
     13# 26 Aug 06 SHL Add rest of lxlite support
    1314
    1415# Environment:
     
    4546  !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS)
    4647
     48# makefile_post.mk contains lxlite target for $(BASE).exe
     49# Apply to each *.mak for other exes
    4750lxlite:: *.mak
    4851  !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS) lxlite
     52
     53# Apply to dlls
     54lxlite::
     55  cd dll
     56  $(MAKE) /nologo /$(MAKEFLAGS) lxlite
     57  cd ..
    4958
    5059cleanobj:
Note: See TracChangeset for help on using the changeset viewer.