diff options
author | Ivan Dubrov <idubrov@guidewire.com> | 2014-04-24 17:51:11 -0700 |
---|---|---|
committer | Ivan Dubrov <idubrov@guidewire.com> | 2014-04-24 17:51:11 -0700 |
commit | f1b541355b6da9bc183580f2c9f527e54875d24c (patch) | |
tree | d6e4b4a85526fa88c036f9a03bcc0d603ccd4edf /build.cmd | |
parent | 0239779c04d0c6ec61ba4fc89db30b19628e0237 (diff) | |
download | dcevm-f1b541355b6da9bc183580f2c9f527e54875d24c.tar.gz dcevm-f1b541355b6da9bc183580f2c9f527e54875d24c.zip |
Fixing build.cmd
Diffstat (limited to 'build.cmd')
-rw-r--r-- | build.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" %*' |