2024-08-31 00:12:30 -07:00
|
|
|
|
|
|
|
git clean -xfd
|
|
|
|
git reset --hard
|
|
|
|
|
|
|
|
mkdir cpp\build
|
|
|
|
cd cpp\build
|
|
|
|
cmake ..
|
|
|
|
cmake --build .
|
|
|
|
|
|
|
|
cd ..\..
|
|
|
|
|
|
|
|
cd dart
|
|
|
|
mkdir out
|
2024-08-31 00:18:03 -07:00
|
|
|
call dart pub get
|
2024-08-31 00:12:30 -07:00
|
|
|
|
|
|
|
|
2024-08-31 00:18:03 -07:00
|
|
|
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
|
2024-08-31 02:34:17 -07:00
|
|
|
call dart compile exe -o out\\regedit.exe bin\\regedit.dart
|
2024-08-31 00:12:30 -07:00
|
|
|
|
|
|
|
cd ..
|