ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
mingw-build.bat
Revision:
1166
Committed:
Tue Oct 26 14:22:36 2021 UTC
(3 years, 11 months ago) by
rossy
Content type:
application/x-msdos-program
File size:
204 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
File Contents
#
Content
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