On 24.04.2012 12:22, Albrecht Schlosser wrote:

> ... what I do in .bashrc is something like this:
>
> export MINGW_PATH="/usr/local/bin:/mingw/bin:/bin:"
> export SYSTEM_PATH="/c/Windows/system32:/c/Windows"
> #
> mingw_path() { mingw_prompt; \
> export PATH="${MINGW_PATH}${SYSTEM_PATH}"; echo PATH=$PATH; }
> #
> # Set Default Path
> #
> mingw_path

please ignore/remove "mingw_prompt;", this is something else
I'm using for convenience.

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to