mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
8 lines
89 B
Batchfile
8 lines
89 B
Batchfile
@echo off
|
|
cd deps
|
|
nmake -f sdl
|
|
nmake -f zlib
|
|
nmake -f png
|
|
nmake -f pdcurses
|
|
cd ..
|