From f3f02cf9975145dea963e33aa87c7ccdcc70cd5b Mon Sep 17 00:00:00 2001 From: wiso Date: Thu, 6 May 2010 16:52:39 +0000 Subject: [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 --- lib/cpluff/build_xbmc_win32.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lib/cpluff/build_xbmc_win32.sh (limited to 'lib/cpluff') 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 - -- cgit v1.2.3