Skip to content

Commit

Permalink
ip
Browse files Browse the repository at this point in the history
  • Loading branch information
cdburke committed Jun 25, 2021
1 parent 629027e commit c77e210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions script/buildga.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions script/buildga.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit c77e210

Please sign in to comment.