source: Daodan/mingw-build.bat@ 1143

Last change on this file since 1143 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 199 bytes
RevLine 
[1046]1@echo off
2set BASE=%~dp0
3set PATH=%PATH%;%BASE%MinGW\bin;%BASE%MinGW\msys\1.0\bin
4
5cd %BASE%src
6
7echo Cleaning output directories...
8make clean
9
10echo Building Daodan...
11make
12
13echo.
14pause
Note: See TracBrowser for help on using the repository browser.