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