comparison src/testdir/Make_dos.mak @ 49:10286edc333c

updated for version 7.0028
author vimboss
date Sun, 02 Jan 2005 11:32:29 +0000
parents f1d2a58883b9
children e8f07016e34d
comparison
equal deleted inserted replaced
48:00c35ea0c2b3 49:10286edc333c
30 30
31 SCRIPTS_GUI = test16.out 31 SCRIPTS_GUI = test16.out
32 32
33 .SUFFIXES: .in .out 33 .SUFFIXES: .in .out
34 34
35 nongui: $(SCRIPTS16) $(SCRIPTS) 35 nongui: fixff $(SCRIPTS16) $(SCRIPTS)
36 echo ALL DONE 36 echo ALL DONE
37 37
38 small: $(SCRIPTS16) 38 small: fixff $(SCRIPTS16)
39 echo ALL DONE 39 echo ALL DONE
40 40
41 gui: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI) 41 gui: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI)
42 echo ALL DONE 42 echo ALL DONE
43 43
44 win32: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32) 44 win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
45 echo ALL DONE 45 echo ALL DONE
46
47 fixff:
48 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
46 49
47 clean: 50 clean:
48 -del *.out 51 -del *.out
49 -del test.ok 52 -del test.ok
50 -del small.vim 53 -del small.vim