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 629027e commit c77e210Copy full SHA for c77e210
script/buildga.cmd
@@ -21,6 +21,6 @@ nmake -f makefile.win CC=clang-cl x64=1 clean
21
nmake -f makefile.win CC=clang-cl x64=1
22
cd ..
23
24
-copy jconsole\jconsole.exe ..\..\j64
25
-copy jdll\*.dll ..\..\j64
26
-copy tsdll\tsdll.dll ..\..\j64
+copy jconsole\jconsole.exe ..\j64
+copy jdll\*.dll ..\j64
+copy tsdll\tsdll.dll ..\j64
script/buildga.sh
@@ -14,7 +14,6 @@ fi
14
15
cp script/jversion.h jsrc
16
s "s/windows/$1/" jsrc/jversion.h
17
-cat jsrc/jversion.h
18
cd make2
19
./clean.sh
20
@@ -26,7 +25,7 @@ j64x=j64avx ./build_libj.sh
27
j64x=j64avx2 ./build_libj.sh
28
29
-cd ../..
+cd ..
30
D=j64
31
mkdir -p $D
32
cp bin/$1/j64/* $D
0 commit comments