[Player-cvs] app/sdk/archive make_tempdir,1.1,1.2
nhart at helixcommunity.org nhart at helixcommunity.orgUpdate of /cvsroot/player/app/sdk/archive
In directory cvs-new:/tmp/cvs-serv30219
Modified Files:
make_tempdir
Log Message:
adding gtkhxplay sample
Index: make_tempdir
===================================================================
RCS file: /cvsroot/player/app/sdk/archive/make_tempdir,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- make_tempdir 1 Jul 2004 22:53:18 -0000 1.1
+++ make_tempdir 2 Jul 2004 22:33:03 -0000 1.2
@@ -57,6 +57,7 @@
"samples",
"samples/hxclientkit",
"samples/gtkhxplay",
+ "samples/gtkhxplay/src",
"doc",
"doc/hxclientkit",
"doc/gtkhxplay")
@@ -100,6 +101,30 @@
# hxplayer gtk widget includes
inst.CopyModuleLibs(("player/common/gtk", "libgtkhx", "lib/libgtkhx"))
inst.CopyModuleDlls(("player/common/gtk", "libgtkhx", "lib/libgtkhx"))
+
+# hxplayer gtk widget example
+inst.CopyMultiFiles(os.path.join(project.src_root_path, "player", "app",
+ "example"),
+ "samples/gtkhxplay",
+ "autogen.sh",
+ "configure.in",
+ "Makefile.am",
+ "COPYING",
+ "ChangeLog",
+ "AUTHORS",
+ "LICENSE.txt",
+ "RCSL.txt",
+ "RPSL.txt")
+inst.CopyMultiFiles(os.path.join(project.src_root_path, "player", "app",
+ "example", "src"),
+ "samples/gtkhxplay/src",
+ "gtkplay.c",
+ "pause.xpm",
+ "play.xpm",
+ "stop.xpm",
+ "LICENSE.txt",
+ "RCSL.txt",
+ "RPSL.txt")
# Cleanup