Skip to content

Commit 7240849

Browse files
committed
windows build
1 parent 358295c commit 7240849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libxtracfg/c/build.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ del libxtracfg.sha1sum.tmp
2525
copy libxtracfg.sha1sum ..\..\go\xtracfg\
2626

2727
echo test
28+
ls -l
2829

2930
REM static
30-
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
3132

3233
cd ..

0 commit comments

Comments
 (0)