My Product is built using cygwin on Windows. but Windows Tools does not understand cygwin path like /home/lib/ How do I set those variables during runtime , like can I set environment variable
set LIB_PATH=`cygpath -w /home/lib'
Something like this.