aboutsummaryrefslogtreecommitdiff
path: root/lib/cpluff/build_xbmc_win32.sh
blob: 4b164c68946ecef7dedd0fdec2d42f942c2c771f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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