Changeset 589
- Timestamp:
 - Mar 31, 2007, 2:38:38 AM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/makefile (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/makefile
r579 r589 21 21 !include makefile_pre.mk 22 22 23 all: dll $(BASE) allexe wpi 23 dist: all wpi 24 25 all: dll $(BASE) allexe 24 26 25 27 # Only update resources … … 48 50 wpi: 49 51 cd warpin 50 $(MAKE) / nologo/$(MAKEFLAGS) all52 $(MAKE) /NOLOGO /$(MAKEFLAGS) all 51 53 cd .. 52 54 … … 71 73 cd dll 72 74 $(MAKE) /nologo $(MAKEFLAGS) clean 73 cd ..\warpin74 $(MAKE) /nologo $(MAKEFLAGS) clean75 75 cd .. 76 76 -del *.exe … … 80 80 -del fm3res.str 81 81 82 distclean: clean 83 cd warpin 84 $(MAKE) /nologo $(MAKEFLAGS) distclean 85 cd .. 86 82 87 !include makefile_post.mk 83 88  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  