[teklib-general] changeset in /hg/teklib/current: added font target

Franciska Schulze fschulze at neoscientists.org
Mon Nov 26 16:22:36 CET 2007


changeset b9dcaed14e83 in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=b9dcaed14e83
description:
	added font target

diffs (38 lines):

diff -r 736cdd95eb49 -r b9dcaed14e83 src/visual/build/tmkmakefile
--- a/src/visual/build/tmkmakefile	Tue Sep 11 19:05:20 2007 +0200
+++ b/src/visual/build/tmkmakefile	Tue Sep 11 19:06:09 2007 +0200
@@ -35,7 +35,8 @@
 				visual
 				$(OBJDIR)/visual_mod.mo	\
 					$(OBJDIR)/visual_api.mo	\
-					$(OBJDIR)/visual_host.mo
+					$(OBJDIR)/visual_host.mo \
+					$(OBJDIR)/visual_font.mo
 			[/embed]
 		[/default]
 	[/switch]
@@ -56,9 +57,14 @@
 		visual_mod.h
 	[/embed]
 	[embed body="moddep"]
+		$(OBJDIR)/visual_font.mo
+		$(PLATFORM)/visual_font.c
+		visual_mod.h
+	[/embed]
+	[embed body="moddep"]
 		$(OBJDIR)/visual_all.mo
 		visual_all.c
-		visual_mod.h visual_mod.c visual_api.c $(PLATFORM)/visual_host.c
+		visual_mod.h visual_mod.c visual_api.c $(PLATFORM)/visual_host.c $(PLATFORM)/visual_font.c
 	[/embed]
 
 [/body]
@@ -124,7 +130,7 @@
 	[/embed]
 	[embed body="sourcedep"]
 		$(SRCDIR)/visual_mod.c
-		visual_mod.c visual_api.c $(PLATFORM)/visual_host.c
+		visual_mod.c visual_api.c $(PLATFORM)/visual_host.c $(PLATFORM)/visual_font.c
 	[/embed]
 	[embed body="sourcedep"]
 		$(SRCDIR)/visual_mod.h


More information about the teklib-general mailing list