Copies 'tuxpaint-config.exe' into bdist. Updates to the installer builder script.

This commit is contained in:
John Popplewell 2007-11-11 16:49:49 +00:00
parent 44947fe1fa
commit 15d9383ecc
2 changed files with 6 additions and 20 deletions

View file

@ -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)