@echo off
rem This file is the script to set path for tool chain.



set CYGWIN=nodosfilewarning

set TL_PATH=%~dp0
set PATH=%TL_PATH%;%PATH%

kf32-gdb.exe  -v


cmd /K cd %CD% 

