Skip to content

Commit c77e210

Browse files
committed
ip
1 parent 629027e commit c77e210

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

script/buildga.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ nmake -f makefile.win CC=clang-cl x64=1 clean
2121
nmake -f makefile.win CC=clang-cl x64=1
2222
cd ..
2323

24-
copy jconsole\jconsole.exe ..\..\j64
25-
copy jdll\*.dll ..\..\j64
26-
copy tsdll\tsdll.dll ..\..\j64
24+
copy jconsole\jconsole.exe ..\j64
25+
copy jdll\*.dll ..\j64
26+
copy tsdll\tsdll.dll ..\j64

script/buildga.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ fi
1414

1515
cp script/jversion.h jsrc
1616
s "s/windows/$1/" jsrc/jversion.h
17-
cat jsrc/jversion.h
1817
cd make2
1918
./clean.sh
2019

@@ -26,7 +25,7 @@ j64x=j64avx ./build_libj.sh
2625
./clean.sh
2726
j64x=j64avx2 ./build_libj.sh
2827

29-
cd ../..
28+
cd ..
3029
D=j64
3130
mkdir -p $D
3231
cp bin/$1/j64/* $D

0 commit comments

Comments
 (0)