source:
Daodan/mingw-build.bat@
1202
| Last change on this file since 1202 was 1166, checked in by , 4 years ago | |
|---|---|
| File size: 204 bytes | |
| Line | |
|---|---|
| 1 | @echo off |
| 2 | set BASE=%~dp0 |
| 3 | set PATH=%PATH%;%BASE%MSYS2\usr\bin;%BASE%MSYS2\mingw32\bin |
| 4 | |
| 5 | cd %BASE%src |
| 6 | |
| 7 | echo Cleaning output directories... |
| 8 | make clean |
| 9 | |
| 10 | echo Building Daodan... |
| 11 | make |
| 12 | |
| 13 | echo. |
| 14 | pause |
Note:
See TracBrowser
for help on using the repository browser.
