mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.0028
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
/* vi:set ts=8 sts=4 sw=4:
|
/* vi:set ts=8 sts=4 sw=4:
|
||||||
*
|
*
|
||||||
* VIM - Vi IMproved by Bram Moolenaar
|
* VIM - Vi IMproved by Bram Moolenaar
|
||||||
* GUI/Motif support by Robert Webb
|
|
||||||
*
|
*
|
||||||
* Do ":help uganda" in Vim to read copying and usage conditions.
|
* Do ":help uganda" in Vim to read copying and usage conditions.
|
||||||
* Do ":help credits" in Vim to see a list of people who contributed.
|
* Do ":help credits" in Vim to see a list of people who contributed.
|
||||||
@ -9,9 +8,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (C) 2001 by Marcin Dalecki <dalecki@evision.ag>
|
* (C) 2001,2005 by Marcin Dalecki <martin@dalecki.de>
|
||||||
*
|
*
|
||||||
* Implementation of dialogue functions for the Motif GUI variant.
|
* Implementation of dialogue functions for the Motif GUI variant.
|
||||||
|
*
|
||||||
|
* Note about Lesstif: Apparenty lesstif doesn't get the widget layout right,
|
||||||
|
* when using a dynamic scrollbar policy.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Xm/Form.h>
|
#include <Xm/Form.h>
|
||||||
|
@ -32,18 +32,21 @@ SCRIPTS_GUI = test16.out
|
|||||||
|
|
||||||
.SUFFIXES: .in .out
|
.SUFFIXES: .in .out
|
||||||
|
|
||||||
nongui: $(SCRIPTS16) $(SCRIPTS)
|
nongui: fixff $(SCRIPTS16) $(SCRIPTS)
|
||||||
echo ALL DONE
|
echo ALL DONE
|
||||||
|
|
||||||
small: $(SCRIPTS16)
|
small: fixff $(SCRIPTS16)
|
||||||
echo ALL DONE
|
echo ALL DONE
|
||||||
|
|
||||||
gui: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI)
|
gui: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS_GUI)
|
||||||
echo ALL DONE
|
echo ALL DONE
|
||||||
|
|
||||||
win32: $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
|
win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
|
||||||
echo ALL DONE
|
echo ALL DONE
|
||||||
|
|
||||||
|
fixff:
|
||||||
|
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-del *.out
|
-del *.out
|
||||||
-del test.ok
|
-del test.ok
|
||||||
|
Reference in New Issue
Block a user