diff --git a/script/buildga.cmd b/script/buildga.cmd index b931c71a5..4709156f6 100644 --- a/script/buildga.cmd +++ b/script/buildga.cmd @@ -21,6 +21,6 @@ nmake -f makefile.win CC=clang-cl x64=1 clean nmake -f makefile.win CC=clang-cl x64=1 cd .. -copy jconsole\jconsole.exe ..\..\j64 -copy jdll\*.dll ..\..\j64 -copy tsdll\tsdll.dll ..\..\j64 +copy jconsole\jconsole.exe ..\j64 +copy jdll\*.dll ..\j64 +copy tsdll\tsdll.dll ..\j64 diff --git a/script/buildga.sh b/script/buildga.sh index 84b472ed6..7bd110dda 100755 --- a/script/buildga.sh +++ b/script/buildga.sh @@ -14,7 +14,6 @@ fi cp script/jversion.h jsrc s "s/windows/$1/" jsrc/jversion.h -cat jsrc/jversion.h cd make2 ./clean.sh @@ -26,7 +25,7 @@ j64x=j64avx ./build_libj.sh ./clean.sh j64x=j64avx2 ./build_libj.sh -cd ../.. +cd .. D=j64 mkdir -p $D cp bin/$1/j64/* $D