[teklib-general] teklib: Corrected display_x11 source build; added tekdebug sourc...

Timm S. Mueller tmueller at neoscientists.org
Mon Apr 7 03:41:39 CEST 2008


details:   http://hg.teklib.org/teklib/rev/9ac08b49ea3c
changeset: 170:9ac08b49ea3c
user:      Timm S. Mueller <tmueller at neoscientists.org>
date:      Sat Apr 05 08:29:51 2008 +0200
description:
Corrected display_x11 source build; added tekdebug source build; added results
from source builds to .hgignore

diffs (54 lines):

diff -r ea7ca5594fa7 -r 9ac08b49ea3c .hgignore
--- a/.hgignore	Sat Apr 05 07:42:01 2008 +0200
+++ b/.hgignore	Sat Apr 05 08:29:51 2008 +0200
@@ -5,3 +5,4 @@
 .*\.a
 bin/.*/.*
 build/tmk_.*
+lib/.*/src
diff -r ea7ca5594fa7 -r 9ac08b49ea3c src/display_x11/build/tmkmakefile
--- a/src/display_x11/build/tmkmakefile	Sat Apr 05 07:42:01 2008 +0200
+++ b/src/display_x11/build/tmkmakefile	Sat Apr 05 08:29:51 2008 +0200
@@ -58,7 +58,7 @@
 	[/embed]
 	[embed body="sourcedep"]
 		$(SRCDIR)/display_x11_mod.c
-		display_x11_mod.c display_x11_api.c display_x11_font.c display_x11_utf8.c
+		display_x11_mod.c display_x11_inst.c display_x11_api.c display_x11_font.c display_x11_utf8.c
 	[/embed]
 	[embed body="sourcedep"]
 		$(SRCDIR)/display_x11_mod.h
diff -r ea7ca5594fa7 -r 9ac08b49ea3c src/display_x11/display_x11_mod.h
--- a/src/display_x11/display_x11_mod.h	Sat Apr 05 07:42:01 2008 +0200
+++ b/src/display_x11/display_x11_mod.h	Sat Apr 05 08:29:51 2008 +0200
@@ -355,7 +355,7 @@ LOCAL void x11_drawbuffer(TMOD_X11 *mod,
 
 LOCAL void x11_wake(TMOD_X11 *inst);
 
-TVOID x11_hostsetfont(TMOD_X11 *mod, VISUAL *v, TAPTR font);
+LOCAL TVOID x11_hostsetfont(TMOD_X11 *mod, VISUAL *v, TAPTR font);
 LOCAL TAPTR x11_hostopenfont(TMOD_X11 *mod, TTAGITEM *tags);
 LOCAL TAPTR x11_hostqueryfonts(TMOD_X11 *mod, TTAGITEM *tags);
 LOCAL TVOID x11_hostclosefont(TMOD_X11 *mod, TAPTR font);
diff -r ea7ca5594fa7 -r 9ac08b49ea3c src/teklib/build/tmkmakefile
--- a/src/teklib/build/tmkmakefile	Sat Apr 05 07:42:01 2008 +0200
+++ b/src/teklib/build/tmkmakefile	Sat Apr 05 08:29:51 2008 +0200
@@ -64,6 +64,7 @@
 	[embed body="sources"]
 		tek.c
 		tekc.c
+		tekdebug.c
 	[/embed]
 	[embed body="sourcedep"]
 		$(SRCDIR)/tek.c
@@ -73,6 +74,10 @@
 		$(SRCDIR)/tekc.c
 		teklib.c init.c $(PLATFORM)/host.c
 	[/embed]
+	[embed body="sourcedep"]
+		$(SRCDIR)/tekdebug.c
+		debug.c
+	[/embed]
 [/body]
 
 [include name="build:builds.tmk"/]


More information about the teklib-general mailing list