* 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:
		
							parent
							
								
									33a9e2da21
								
							
						
					
					
						commit
						8eb3b6d06b
					
				| 
						 | 
				
			
			@ -26,14 +26,14 @@ SOURCES_XT = \
 | 
			
		|||
	classname.c \
 | 
			
		||||
	context.c \
 | 
			
		||||
	converter.c \
 | 
			
		||||
	error.c \
 | 
			
		||||
	function.c \
 | 
			
		||||
	identifier.c \
 | 
			
		||||
	init.c \
 | 
			
		||||
	objects.c \
 | 
			
		||||
	popup.c \
 | 
			
		||||
	resource.c \
 | 
			
		||||
	translation.c \
 | 
			
		||||
	widget.c \
 | 
			
		||||
	xterror.c \
 | 
			
		||||
	xtinit.c \
 | 
			
		||||
	xtobjects.c \
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
/* xterror.c
 | 
			
		||||
/* error.c
 | 
			
		||||
 *
 | 
			
		||||
 * $Id$
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
/* xtinit.c
 | 
			
		||||
/* init.c
 | 
			
		||||
 *
 | 
			
		||||
 * $Id$
 | 
			
		||||
 *
 | 
			
		||||
| 
						 | 
				
			
			@ -73,10 +73,4 @@ void elk_init_xt_init () {
 | 
			
		|||
    Define_Primitive (P_Xt_Release_6_Or_Laterp, "xt-release-6-or-later?",
 | 
			
		||||
        0, 0, EVAL);
 | 
			
		||||
    XtToolkitInitialize ();
 | 
			
		||||
#ifdef USING_MOTIF
 | 
			
		||||
    P_Provide (Intern ("motif.la"));
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef USING_XAW
 | 
			
		||||
    P_Provide (Intern ("xaw.la"));
 | 
			
		||||
#endif
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
/* xtobjects.c
 | 
			
		||||
/* objects.c
 | 
			
		||||
 *
 | 
			
		||||
 * $Id$
 | 
			
		||||
 *
 | 
			
		||||
		Loading…
	
		Reference in New Issue