source:
Daodan/mingw-build.bat@
1151
Last change on this file since 1151 was 1046, checked in by , 8 years ago | |
---|---|
File size: 199 bytes |
Rev | Line | |
---|---|---|
[1046] | 1 | @echo off |
2 | set BASE=%~dp0 | |
3 | set PATH=%PATH%;%BASE%MinGW\bin;%BASE%MinGW\msys\1.0\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.