Subversion Repositories RepoView

Rev

Rev 37 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 42
Line 20... Line 20...
20
#if defined(USE_ENSCRIPT)
20
#if defined(USE_ENSCRIPT)
21
	printf("enscript.o");
21
	printf("enscript.o");
22
#endif
22
#endif
23
	printf(" ");
23
	printf(" ");
24
#if defined(USE_AVATAR)
24
#if defined(USE_AVATAR)
-
 
25
	printf("magick.o");
-
 
26
#endif
-
 
27
	printf(" ");
-
 
28
#if defined(USE_AVATAR)
25
	printf("avatar.o");
29
	printf("avatar.o");
26
#endif
30
#endif
27
	printf("\n");
31
	printf("\n");
28
	return 0;
32
	return 0;
29
}
33
}