b1ackmai1er
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Source/Apps/Build.cmd
|
|
@ -32,7 +32,7 @@ pushd Tune && call Build || exit /b & popd |
|
|
pushd FAT && call Build || exit /b & popd |
|
|
pushd FAT && call Build || exit /b & popd |
|
|
pushd Test && call Build || exit /b & popd |
|
|
pushd Test && call Build || exit /b & popd |
|
|
pushd ZMP && call Build || exit /b & popd |
|
|
pushd ZMP && call Build || exit /b & popd |
|
|
pushd Dev && call Build || exit /b & popd |
|
|
|
|
|
|
|
|
pushd ZMD && call Build || exit /b & popd |
|
|
|
|
|
|
|
|
copy *.com %APPBIN%\ || exit /b |
|
|
copy *.com %APPBIN%\ || exit /b |
|
|
|
|
|
|
|
|
|