aboutsummaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorIvan Dubrov <idubrov@guidewire.com>2014-04-25 16:08:45 -0700
committerIvan Dubrov <idubrov@guidewire.com>2014-04-25 16:16:42 -0700
commit25ec3e2061f4e304f13923702354b75bb77e7809 (patch)
treecbf428eb1e17adf71ca0b38f985e3d641d5a0ebb /native
parent112ea81c3236d4591cbbb44043bd8511024bf3b5 (diff)
downloaddcevm-25ec3e2061f4e304f13923702354b75bb77e7809.tar.gz
dcevm-25ec3e2061f4e304f13923702354b75bb77e7809.zip
Fixing native code compilation
Diffstat (limited to 'native')
-rw-r--r--native/compile.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/compile.cmd b/native/compile.cmd
index c1c4f9a8..dde609a5 100644
--- a/native/compile.cmd
+++ b/native/compile.cmd
@@ -1,4 +1,4 @@
set WINDOWS_SDK=c:\Program Files\Microsoft SDKs\Windows\v7.1
call "%WINDOWS_SDK%\bin\setenv.cmd" /%ARCH%
-%VC%\bin\cl /I%JAVA_HOME%\include /I%JAVA_HOME%\include\win32 natives.c /Fenatives.dll /LD
+cl /I%JAVA_HOME%\..\include /I%JAVA_HOME%\..\include\win32 natives.c /Febuild\natives.dll /LD