[vlc-devel] commit: WinCE: add mingw32ce to the list of build systems ( Geoffroy Couprie )
git version control
git at videolan.org
Sun Feb 22 12:24:58 CET 2009
vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Sun Feb 22 11:21:02 2009 +0100| [9ff3e13c0de009b56a9bf1ac7c9ce8d1a5252a0c] | committer: Geoffroy Couprie
WinCE: add mingw32ce to the list of build systems
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ff3e13c0de009b56a9bf1ac7c9ce8d1a5252a0c
---
extras/contrib/bootstrap | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 9594145..4ae943d 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -247,6 +247,11 @@ case $HOST in
fi
cat src/Distributions/beos.mak >> distro.mak
;;
+ *mingw32ce)
+ echo "HAVE_WINCE = 1" >> config.mak
+ echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
+ cat src/Distributions/wince.mak >> distro.mak
+ ;;
*mingw32*)
echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
More information about the vlc-devel
mailing list