Tuesday, June 12, 2007

cygwin environment

I wanted to be able to impose my cygwin environment vars inside of msvc so I copied and modifed cygwin.bat as follows:

---------------------------------------------------------------------------
@echo off

C:
chdir C:\cygwin\bin

bash --login -i -c 'C:/WINDOWS/system32/cmd.exe /K "c:\cygwin_home\dave\workarea\env\startvc.bat"'
---------------------------------------------------------------------------
I also created a new desktop shortcut to call this .bat file

No comments: