Skip to content

Commit 6ae7dcc

Browse files
committed
windows build
1 parent 7240849 commit 6ae7dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libxtracfg/c/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd %OUT_DIR%
1111

1212
echo lib
1313

14-
ls -l -R %JAVA_HOME%/include
14+
ls -l -R %JAVA_HOME%/lib
1515

1616
REM static
1717
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
2828
ls -l
2929

3030
REM static
31-
cl.exe /I./ /L./ /Fetest.exe ../test/main.c libxtracfg.lib
31+
cl.exe /I./ /Fetest.exe ../test/main.c libxtracfg.lib jni.lib
3232

3333
cd ..

0 commit comments

Comments
 (0)