Copies over the new Ogg/Vorbis DLLs.
This commit is contained in:
parent
8b02f872c3
commit
de390efbe7
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -616,6 +616,9 @@ install-dlls:
|
|||
@cp `which SDL_mixer.dll` $(BIN_PREFIX)
|
||||
@cp `which SDL_ttf.dll` $(BIN_PREFIX)
|
||||
@cp `which zlib1.dll` $(BIN_PREFIX)
|
||||
@cp `which libogg-0.dll` $(BIN_PREFIX)
|
||||
@cp `which libvorbis-0.dll` $(BIN_PREFIX)
|
||||
@cp `which libvorbisfile-3.dll` $(BIN_PREFIX)
|
||||
|
||||
# Install the import script:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue