Changeset 579 for trunk/makefile


Ignore:
Timestamp:
Mar 30, 2007, 2:56:45 PM (19 years ago)
Author:
John Small
Message:
  • Changes made to support building the Warpin installation archive: fm2.wpi
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r554 r579  
    2121!include makefile_pre.mk
    2222
    23 all: dll $(BASE) allexe
     23all: dll $(BASE) allexe wpi
    2424
    2525# Only update resources
     
    4646  !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS)
    4747
     48wpi:
     49   cd warpin
     50   $(MAKE) /nologo /$(MAKEFLAGS) all
     51   cd ..
     52
    4853# makefile_post.mk contains lxlite target for $(BASE).exe
    4954# Apply to each *.mak for other exes
     
    6671  cd dll
    6772  $(MAKE) /nologo $(MAKEFLAGS) clean
     73  cd ..\warpin
     74  $(MAKE) /nologo $(MAKEFLAGS) clean
    6875  cd ..
    6976  -del *.exe
Note: See TracChangeset for help on using the changeset viewer.