mirror of
https://github.com/charlesthobe/chdman.git
synced 2024-11-24 07:25:31 +00:00
9 lines
311 B
Bash
Executable File
9 lines
311 B
Bash
Executable File
#!/bin/bash
|
|
mkdir 3rdparty
|
|
rsync -r --delete ../mame/3rdparty/{expat,libflac,lzma,nanosvg,utf8proc,zlib} 3rdparty/
|
|
rsync -r --delete ../mame/src/{emu,frontend,lib} src/
|
|
rsync -r --delete --exclude="modules/lib/osd_getenv.cpp" ../mame/src/osd src/
|
|
mkdir src/tools/
|
|
rsync ../mame/src/tools/chdman.cpp src/tools/
|
|
|