libintl-3.dll now links to libiconv-2.dll so include in distribution.
This commit is contained in:
parent
190e2ecb8c
commit
8a4ee68fe5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -539,6 +539,7 @@ install-dlls:
|
|||
@echo "...Installing Windows DLLs..."
|
||||
@install -d $(BIN_PREFIX)
|
||||
@cp `which libintl-3.dll` $(BIN_PREFIX)
|
||||
@cp `which libiconv-2.dll` $(BIN_PREFIX)
|
||||
@cp `which libpng12.dll` $(BIN_PREFIX)
|
||||
@cp `which SDL.dll` $(BIN_PREFIX)
|
||||
@cp `which SDL_image.dll` $(BIN_PREFIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue