Add commit helper to compile scripts
This commit is contained in:
parent
63553a82a2
commit
3eb1d0e691
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@ cd dart
|
||||||
mkdir out
|
mkdir out
|
||||||
call dart pub get
|
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\\dbikc.exe bin\\dbikc.dart
|
||||||
call dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
call dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
||||||
call dart compile exe -o out\\mkfsreport.exe bin\\mkfsreport.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\\sleep.exe bin\\sleep.dart
|
||||||
call dart compile exe -o out\\regedit.exe bin\\regedit.dart
|
call dart compile exe -o out\\regedit.exe bin\\regedit.dart
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -10,6 +10,8 @@ cd dart
|
||||||
mkdir out
|
mkdir out
|
||||||
dart pub get
|
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/dbikc-linux-x64 bin/dbikc.dart
|
||||||
dart compile exe -o out/mkfsreport-linux-x64 bin/mkfsreport.dart
|
dart compile exe -o out/mkfsreport-linux-x64 bin/mkfsreport.dart
|
||||||
dart compile exe -o out/nbt2snbt-linux-x64 bin/nbt2snbt.dart
|
dart compile exe -o out/nbt2snbt-linux-x64 bin/nbt2snbt.dart
|
||||||
|
@ -29,4 +31,4 @@ cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue