Adjust dart calls in batch file
This commit is contained in:
parent
3aeca5f92c
commit
bd9e6ff5b1
1 changed files with 8 additions and 8 deletions
16
compile.bat
16
compile.bat
|
@ -11,15 +11,15 @@ cd ..\..
|
|||
|
||||
cd dart
|
||||
mkdir out
|
||||
dart pub get
|
||||
call dart pub get
|
||||
|
||||
|
||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||
dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
||||
dart compile exe -o out\\mkfsreport.exe bin\\mkfsreport.dart
|
||||
dart compile exe -o out\\nbt2snbt.exe bin\\nbt2snbt.dart
|
||||
dart compile exe -o out\\snbt2nbt.exe bin\\snbt2nbt.dart
|
||||
dart compile exe -o out\\pause.exe bin\\pause.dart
|
||||
dart compile exe -o out\\sleep.exe bin\\sleep.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
|
||||
call dart compile exe -o out\\nbt2snbt.exe bin\\nbt2snbt.dart
|
||||
call dart compile exe -o out\\snbt2nbt.exe bin\\snbt2nbt.dart
|
||||
call dart compile exe -o out\\pause.exe bin\\pause.dart
|
||||
call dart compile exe -o out\\sleep.exe bin\\sleep.dart
|
||||
|
||||
cd ..
|
Loading…
Reference in a new issue