ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
mingw-build.bat
Revision:
1046
Committed:
Mon Aug 29 13:19:38 2016 UTC
(9 years, 1 month ago) by
alloc
Content type:
application/x-msdos-program
File size:
199 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file
File Contents
#
Content
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