You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.cmd 314B

12345678
  1. set WINDOWS_SDK=c:\Program Files\Microsoft SDKs\Windows\v7.1
  2. call "%WINDOWS_SDK%\bin\setenv.cmd" /%ARCH%
  3. echo Script arguments: %*
  4. set CYGWIN=C:\cygwin
  5. set SCRIPT=%~dp0
  6. set HOTSPOTWORKSPACE=hotspot
  7. %CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/hotspot` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*'