# This 'profile' file is run from the 1st instance of sh.exe

# Add busybox (sh.exe) and tcc locations
PATH="$USRBIN;$USRBIN/tcc;$PATH"

# Add some gcc, linked under mingw32 for example
PATH="$USRBIN/mingw32/bin;$PATH"
