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 358295c commit 7240849Copy full SHA for 7240849
libxtracfg/c/build.bat
@@ -25,8 +25,9 @@ del libxtracfg.sha1sum.tmp
25
copy libxtracfg.sha1sum ..\..\go\xtracfg\
26
27
echo test
28
+ls -l
29
30
REM static
-cl.exe /I./ /I%JAVA_HOME%/include /I%JAVA_HOME%/include/%PLATFORM% /Fetest.exe ../test/main.c libxtracfg.lib
31
+cl.exe /I./ /L./ /Fetest.exe ../test/main.c libxtracfg.lib
32
33
cd ..
0 commit comments