Skip to content

Commit 92e6945

Browse files
committed
windows build
1 parent a8716af commit 92e6945

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

libxtracfg/c/test.bat

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ REM @echo off
33
set DIR=%~dp0
44
set DIR=%DIR:~0,-1%
55

6+
cp C:\hostedtoolcache\windows\graalvm-jdk-21_windows-x64_bin\21.0.0\x64\graalvm-jdk-21.0.9+7.1/bin/server\jvm.dll build\
7+
68
ls -l build
79

8-
cmd.exe /c build\test.exe "{\"command\": \"info\", \"source\": \"./\", \"debug\": \"true\", \"verbose\": \"true\"}"
10+
cd build
11+
12+
cmd.exe /c test.exe "{\"command\": \"info\", \"source\": \"./\", \"debug\": \"true\", \"verbose\": \"true\"}"
913

10-
dumpbin /dependents build\test.exe
14+
dumpbin /dependents test.exe
1115

12-
ldd build\test.exe
16+
ldd test.exe

0 commit comments

Comments
 (0)