Changeset 579 for trunk/makefile
- Timestamp:
- Mar 30, 2007, 2:56:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r554 r579 21 21 !include makefile_pre.mk 22 22 23 all: dll $(BASE) allexe 23 all: dll $(BASE) allexe wpi 24 24 25 25 # Only update resources … … 46 46 !$(MAKE) /NOLOGO /f $? /$(MAKEFLAGS) 47 47 48 wpi: 49 cd warpin 50 $(MAKE) /nologo /$(MAKEFLAGS) all 51 cd .. 52 48 53 # makefile_post.mk contains lxlite target for $(BASE).exe 49 54 # Apply to each *.mak for other exes … … 66 71 cd dll 67 72 $(MAKE) /nologo $(MAKEFLAGS) clean 73 cd ..\warpin 74 $(MAKE) /nologo $(MAKEFLAGS) clean 68 75 cd .. 69 76 -del *.exe
Note:
See TracChangeset
for help on using the changeset viewer.