comparison src/Make_mvc.mak @ 444:d0d15b184c56

updated for version 7.0116
author vimboss
date Mon, 25 Jul 2005 20:42:36 +0000
parents eb531146be0e
children b13dbb7b797c
comparison
equal deleted inserted replaced
443:43bf0bcf2110 444:d0d15b184c56
732 732
733 notags: 733 notags:
734 - if exist tags del tags 734 - if exist tags del tags
735 735
736 clean: 736 clean:
737 - $(DEL_TREE) $(OUTDIR) auto 737 - if exist $(OUTDIR)/nul $(DEL_TREE) $(OUTDIR)
738 - if exist auto/nul $(DEL_TREE) auto
738 - if exist *.obj del *.obj 739 - if exist *.obj del *.obj
739 - if exist $(VIM).exe del $(VIM).exe 740 - if exist $(VIM).exe del $(VIM).exe
740 - if exist $(VIM).ilk del $(VIM).ilk 741 - if exist $(VIM).ilk del $(VIM).ilk
741 - if exist $(VIM).pdb del $(VIM).pdb 742 - if exist $(VIM).pdb del $(VIM).pdb
742 - if exist $(VIM).map del $(VIM).map 743 - if exist $(VIM).map del $(VIM).map