Skip to content
  • aroben@apple.com's avatar
    Windows build fix · 927d6675
    aroben@apple.com authored
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make:
            Remove code that appended Cygwin's /bin directory to PATH.
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj:
            Prepend Cygwin's /bin directory to PATH. We prepend instead of append
            so that Cygwin's utilities will win out over Win32 versions of the
            same utilities (particularly perl). We do the prepend here instead of
            in the Makefile because nmake doesn't seem to like prepending to PATH
            inside the Makefile. This also matches the way WebCoreGenerated works.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34165 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    927d6675