Browse Source

Fixing build.cmd

tags/light-jdk8u5+36
Ivan Dubrov 10 years ago
parent
commit
f1b541355b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.cmd

+ 2
- 2
build.cmd View File

@@ -4,5 +4,5 @@ call "%WINDOWS_SDK%\bin\setenv.cmd" /%ARCH%
echo Script arguments: %*
set CYGWIN=C:\cygwin
set SCRIPT=%~dp0
set HOTSPOTWORKSPACE=.
%CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/..` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*'
set HOTSPOTWORKSPACE=hotspot
%CYGWIN%\bin\bash --login -c 'cd `/usr/bin/cygpath "$SCRIPT"/hotspot` ; /usr/bin/pwd ; /usr/bin/make -C "make" %*'

Loading…
Cancel
Save