Add commit helper to compile scripts

This commit is contained in:
zontreck 2024-11-29 12:36:56 -07:00
parent 63553a82a2
commit 3eb1d0e691
2 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@ cd dart
mkdir out
call dart pub get
call dart compile exe -o out\\gch.exe bin\\ch.dart
call dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
call dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
call dart compile exe -o out\\mkfsreport.exe bin\\mkfsreport.dart
@ -23,4 +23,4 @@ call dart compile exe -o out\\pause.exe bin\\pause.dart
call dart compile exe -o out\\sleep.exe bin\\sleep.dart
call dart compile exe -o out\\regedit.exe bin\\regedit.dart
cd ..
cd ..

View file

@ -10,6 +10,8 @@ cd dart
mkdir out
dart pub get
dart compile exe -o out/gch-linux-x64 bin/ch.dart
dart compile exe -o out/dbikc-linux-x64 bin/dbikc.dart
dart compile exe -o out/mkfsreport-linux-x64 bin/mkfsreport.dart
dart compile exe -o out/nbt2snbt-linux-x64 bin/nbt2snbt.dart
@ -29,4 +31,4 @@ cd build
cmake ..
make
cd ../..
cd ../..