mirror of
https://github.com/charlesthobe/chdman.git
synced 2024-11-24 07:25:31 +00:00
Add bash script for updating the source tree
This commit is contained in:
parent
5820acede4
commit
1e2ee32734
4
update_tree.sh
Executable file
4
update_tree.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
rsync -r --delete ../mame/3rdparty/{expat,libflac,lzma,nanosvg,utf8proc,zlib} 3rdparty/
|
||||
rsync -r --delete ../mame/src/{emu,frontend,lib,tools} src/
|
||||
rsync -r --delete --exclude="modules/lib/osd_getenv.cpp" ../mame/src/osd src/
|
Loading…
Reference in New Issue
Block a user