terminal@maxmake %
#@for filename in ; do
# if [ ! -f "sce_module/$filename" ]; then
# echo Copying $filename...;
# cp "winepath -u \"/target/sce_module/$filename\"" sce_module/;
# fi;
#done;
#@for filename in ; do
# if [ ! -f "sce_module/$filename" ]; then
# echo Copying $filename...;
# cp "extra/$filename" sce_module/;
# fi;
#done;
wine orbis-pub-cmd sfo_create sce_sys/param.sfx build/param.sfo
make[1]: wine: No such file or directory
make[1]: *** [sfo] Error 1
make: *** [main-build] Error 2
terminal@maxmake %
#@for filename in ; do
# if [ ! -f "sce_module/$filename" ]; then
# echo Copying $filename...;
# cp "
winepath -u \"/target/sce_module/$filename\"" sce_module/;# fi;
#done;
#@for filename in ; do
# if [ ! -f "sce_module/$filename" ]; then
# echo Copying $filename...;
# cp "extra/$filename" sce_module/;
# fi;
#done;
wine orbis-pub-cmd sfo_create sce_sys/param.sfx build/param.sfo
make[1]: wine: No such file or directory
make[1]: *** [sfo] Error 1
make: *** [main-build] Error 2