[chronojump] Added xbuild in windows compilation



commit 7d3baa0f0b27bcd474cc85bb23c4943815085131
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Feb 20 12:22:06 2013 +0100

    Added xbuild in windows compilation

 howto_compile.txt             |    4 ++++
 win32/xbuild_files/readme.txt |    1 +
 win32/xbuild_files/xbuild     |    2 ++
 win32/xbuild_files/xbuild.exe |  Bin 0 -> 62464 bytes
 4 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/howto_compile.txt b/howto_compile.txt
index 9ff8a2f..693d3e7 100644
--- a/howto_compile.txt
+++ b/howto_compile.txt
@@ -36,6 +36,10 @@ http://people.gnome.org/~amorales/gstreamer-sdk.7z
 extract here:
 c:\gstreamer-sdk\0.10\x86\...
 
+at win32/xbuild_files
+Copy xbuild to /c/gstreamer-sdk/0.10/x86/bin
+Copy xbuild.exe to /c/gstreamer-sdk/0.10/x86/lib/mono/4.0
+
 Install all the Python stuff for encoder capture:
 py2exe and pygame will not run fine in a XP if compiled on a 64 bits machine.
 Install 32 bits stuff:
diff --git a/win32/xbuild_files/readme.txt b/win32/xbuild_files/readme.txt
new file mode 100644
index 0000000..6cc24e2
--- /dev/null
+++ b/win32/xbuild_files/readme.txt
@@ -0,0 +1 @@
+See chronojump/howto_compile.txt
diff --git a/win32/xbuild_files/xbuild b/win32/xbuild_files/xbuild
new file mode 100755
index 0000000..43450ba
--- /dev/null
+++ b/win32/xbuild_files/xbuild
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono $MONO_OPTIONS $CERBERO_PREFIX/lib/mono/4.0/xbuild.exe "$@"
diff --git a/win32/xbuild_files/xbuild.exe b/win32/xbuild_files/xbuild.exe
new file mode 100755
index 0000000..a54f186
Binary files /dev/null and b/win32/xbuild_files/xbuild.exe differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]