diff options
author | Ivan Dubrov <idubrov@guidewire.com> | 2014-04-25 16:06:44 -0700 |
---|---|---|
committer | Ivan Dubrov <idubrov@guidewire.com> | 2014-04-25 16:06:44 -0700 |
commit | 112ea81c3236d4591cbbb44043bd8511024bf3b5 (patch) | |
tree | 53cd9f7d6251fa48d2e99056b21c9d3995ed001c /native/compile.cmd | |
parent | e790d334c29abf0bf0680b6d2c9d337a2bb61d9d (diff) | |
download | dcevm-112ea81c3236d4591cbbb44043bd8511024bf3b5.tar.gz dcevm-112ea81c3236d4591cbbb44043bd8511024bf3b5.zip |
Fixing compilation under Windows
Diffstat (limited to 'native/compile.cmd')
-rw-r--r-- | native/compile.cmd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/native/compile.cmd b/native/compile.cmd index a6c8b41c..c1c4f9a8 100644 --- a/native/compile.cmd +++ b/native/compile.cmd @@ -1,6 +1,4 @@ set WINDOWS_SDK=c:\Program Files\Microsoft SDKs\Windows\v7.1 call "%WINDOWS_SDK%\bin\setenv.cmd" /%ARCH% -call %VC%\vcvarsall.bat - -%VC%\bin\cl /I%JAVA_HOME%\include /I%JAVA_HOME%\include\win32 /I%VC%\include /I%VC%\lib /I%MSDK%\Lib libHelloWorld.c /FelibHelloWorld.dll /LD +%VC%\bin\cl /I%JAVA_HOME%\include /I%JAVA_HOME%\include\win32 natives.c /Fenatives.dll /LD |