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 fead5ef commit 24d2a6dCopy full SHA for 24d2a6d
libxtracfg/c/build.bat
@@ -11,7 +11,9 @@ cd %OUT_DIR%
11
12
echo lib
13
14
-ls -l -R %JAVA_HOME%
+cl.exe /Bv
15
+
16
+REM ls -l -R %JAVA_HOME%
17
18
REM static
19
cl.exe /c /MT /W4 /I./ /I%JAVA_HOME%/include /I%JAVA_HOME%/include/%PLATFORM% /Folibxtracfg.obj ../wrapper/libxtracfg.c
@@ -41,7 +43,6 @@ cl.exe /MT /I./ /Fetest.exe ^
41
43
C:\hostedtoolcache\windows\graalvm-jdk-21_windows-x64_bin\21.0.0\x64\graalvm-jdk-21.0.9+7.1\lib\static\windows-amd64\zip.lib ^
42
44
C:\hostedtoolcache\windows\graalvm-jdk-21_windows-x64_bin\21.0.0\x64\graalvm-jdk-21.0.9+7.1\lib\svm\clibraries\windows-amd64\jvm.lib ^
45
/link ^
- /NODEFAULTLIB:LIBCMT ^
46
/FILEALIGN:4096 ^
47
/LIBPATH:./ ^
48
/LIBPATH:%JAVA_HOME%/lib ^
0 commit comments