Skip to content

Commit

Permalink
[MSXtk] Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aoineko-fr committed Dec 25, 2022
1 parent 8693970 commit df6afaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/MSXtk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ echo ----------------------------------------------------------------------
echo Building MSXzip...
g++ -std=c++17 -o ./out/MSXzip -Isrc -Wall src/MSXzip.cpp src/ayVGM.cpp src/RLEp.cpp
cp out/MSXzip bin/MSXzip
chmod 755 bin/MSXbin
chmod 755 bin/MSXzip

# echo ----------------------------------------------------------------------
# echo Building MSXmath...
# g++ -std=c++17 -o out/MSXmath -Isrc -Wall src/MSXmath.cpp
# cp out/MSXmath bin/MSXmath
# chmod 755 bin/MSXbin
# chmod 755 bin/MSXmath

echo ----------------------------------------------------------------------
echo Building MSXhex...
g++ -std=c++17 -o ./out/MSXhex -Isrc -Wall src/MSXhex.cpp
cp out/MSXhex bin/MSXhex
chmod 755 bin/MSXbin
chmod 755 bin/MSXhex

0 comments on commit df6afaf

Please sign in to comment.