User forums > Help

Problems with Rebuild

<< < (2/3) > >>

mandrav:
IIRC, mv and cp are not used anywhere...
In any case, if you need them, you can add them yourself as makefile variables.

Yiannis.

mike:
If "mv" and "cp" are not used, and "rm" can be adjusted (which I did) - what fails?

mandrav:
Possibly "del /f", but can't be sure without looking at the makefile...

Anonymous:
Im sorry if somebody already asked this, but maybe if the path is interpreted differently by "rm" and "del": "rm" (GNU) uses '/' while "del" (DOS) uses '\', and codeblocks always uses '/' for the file paths with the clean command because it originally assumes "rm" will be used...

Anonymous:
Experiment showed that having only "rm" in the MinGW directory is sufficient to make the thing run properly.

mike

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version