We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7240849 commit 6ae7dccCopy full SHA for 6ae7dcc
libxtracfg/c/build.bat
@@ -11,7 +11,7 @@ cd %OUT_DIR%
11
12
echo lib
13
14
-ls -l -R %JAVA_HOME%/include
+ls -l -R %JAVA_HOME%/lib
15
16
REM static
17
cl.exe /c /W4 /I./ /I%JAVA_HOME%/include /I%JAVA_HOME%/include/%PLATFORM% /Folibxtracfg.obj ../wrapper/libxtracfg.c
@@ -28,6 +28,6 @@ echo test
28
ls -l
29
30
31
-cl.exe /I./ /L./ /Fetest.exe ../test/main.c libxtracfg.lib
+cl.exe /I./ /Fetest.exe ../test/main.c libxtracfg.lib jni.lib
32
33
cd ..
0 commit comments