* Renamed xt*.c to *.c, because it is their original name in Elk 3.0.

git-svn-id: svn://svn.zoy.org/elk/trunk@215 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-28 10:00:26 +00:00
parent 33a9e2da21
commit 8eb3b6d06b
4 changed files with 6 additions and 12 deletions

View File

@ -26,14 +26,14 @@ SOURCES_XT = \
classname.c \ classname.c \
context.c \ context.c \
converter.c \ converter.c \
error.c \
function.c \ function.c \
identifier.c \ identifier.c \
init.c \
objects.c \
popup.c \ popup.c \
resource.c \ resource.c \
translation.c \ translation.c \
widget.c \ widget.c \
xterror.c \
xtinit.c \
xtobjects.c \
$(NULL) $(NULL)

View File

@ -1,4 +1,4 @@
/* xterror.c /* error.c
* *
* $Id$ * $Id$
* *

View File

@ -1,4 +1,4 @@
/* xtinit.c /* init.c
* *
* $Id$ * $Id$
* *
@ -73,10 +73,4 @@ void elk_init_xt_init () {
Define_Primitive (P_Xt_Release_6_Or_Laterp, "xt-release-6-or-later?", Define_Primitive (P_Xt_Release_6_Or_Laterp, "xt-release-6-or-later?",
0, 0, EVAL); 0, 0, EVAL);
XtToolkitInitialize (); XtToolkitInitialize ();
#ifdef USING_MOTIF
P_Provide (Intern ("motif.la"));
#endif
#ifdef USING_XAW
P_Provide (Intern ("xaw.la"));
#endif
} }

View File

@ -1,4 +1,4 @@
/* xtobjects.c /* objects.c
* *
* $Id$ * $Id$
* *