aboutsummaryrefslogtreecommitdiff
path: root/lib/cpluff
diff options
context:
space:
mode:
authorwiso <wiso@svn>2010-05-06 16:52:39 +0000
committerwiso <wiso@svn>2010-05-06 16:52:39 +0000
commitf3f02cf9975145dea963e33aa87c7ccdcc70cd5b (patch)
tree5408ee87339eb63a4eea51ae72bbe095af85e5e6 /lib/cpluff
parente685cf878f05fb40ef85cefe0137e9c97356f708 (diff)
[WIN32] mingw and thus this buildscript not longer required for building cpluff
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29846 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/cpluff')
-rw-r--r--lib/cpluff/build_xbmc_win32.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/cpluff/build_xbmc_win32.sh b/lib/cpluff/build_xbmc_win32.sh
deleted file mode 100644
index 4b164c6894..0000000000
--- a/lib/cpluff/build_xbmc_win32.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-make distclean
-rm config.h_bak
-
-./configure &&
-
-# uncomment if you want another path seperator (XBMC uses url style)
-#cp config.h config.h_bak &&
-#cat config.h | grep -v CP_FNAMESEP_CHAR |grep -v CP_FNAMESEP_STR > config.h &&
-#echo "#define CP_FNAMESEP_CHAR '/'" >> config.h &&
-#echo "#define CP_FNAMESEP_STR \"/\"" >> config.h &&*/
-
-make -j3
-