- add submodule update scripts
- remove auto-setup scripts, they don't work anymore
- copy zmusic.dll into build folder (this may need to be also done on Linux sometime)
mirror changes from commit '194fb9e' at https://github.com/dpjudas/vkdoom
- fix for case sensitive systems
3 lines
196 B
Batchfile
3 lines
196 B
Batchfile
@echo off
|
|
git subtree pull --prefix=libraries/ZWidget https://github.com/dpjudas/ZWidget master --squash
|
|
git subtree pull --prefix=libraries/ZMusic https://github.com/ZDoom/ZMusic master --squash
|