mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 02:16:02 +08:00
10 lines
167 B
Batchfile
10 lines
167 B
Batchfile
echo off
|
|
bash autogen.sh
|
|
dash configure --enable-debug
|
|
REM since cpu cores need a lot of memory,
|
|
REM we don't want to build parallel
|
|
cd src\cpu
|
|
make
|
|
cd ..\..
|
|
make -j5
|