Copies 'tuxpaint-config.exe' into bdist. Updates to the installer builder script.
This commit is contained in:
parent
44947fe1fa
commit
15d9383ecc
2 changed files with 6 additions and 20 deletions
1
Makefile
1
Makefile
|
|
@ -745,6 +745,7 @@ install-dlls:
|
|||
@echo
|
||||
@echo "...Installing Windows DLLs..."
|
||||
@install -d $(BIN_PREFIX)
|
||||
@cp `which tuxpaint-config.exe` $(BIN_PREFIX)
|
||||
@cp `which libintl-8.dll` $(BIN_PREFIX)
|
||||
@cp `which libiconv-2.dll` $(BIN_PREFIX)
|
||||
@cp `which libpng12.dll` $(BIN_PREFIX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue