mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
450a995f05
mkicon.py now outputs .pam by hand, rather than using ImageMagick to go straight to .png. For most purposes the main makefile then uses ImageMagick anyway, to convert those .pams straight to the .pngs that the rest of the scripts were expecting. But one script that doesn't do that is macicon.py, which builds the MacOS .icns file by directly reading those .pam files back in. This allows the 'make icns' target in the icons directory to build from a clean checkout on vanilla MacOS, without requiring a user to install ImageMagick or any other non-core Python image handling module. (I could probably take this change at least a little bit further. I don't see any reason why icon.pl - generating the Windows .ico files - couldn't read the .pam files directly, about as easily as macicon.py did, if anyone had a use case for building the Windows icons in the presence of Python and Perl but in the absence of ImageMagick. But the .png files are directly useful outputs for Unix, so _some_ PNG-writing will have to remain here.)
151 lines
1.8 KiB
Plaintext
151 lines
1.8 KiB
Plaintext
*.o
|
|
*.pyc
|
|
.dirstamp
|
|
.deps
|
|
/*.pdb
|
|
/*.ilk
|
|
/*.res
|
|
/*.RES
|
|
/*.pch
|
|
/*.rsp
|
|
/*.obj
|
|
/*.exe
|
|
/*.ncb
|
|
/*.plg
|
|
/*.dsw
|
|
/*.opt
|
|
/*.dsp
|
|
/*.tds
|
|
/*.td2
|
|
/*.map
|
|
/Makefile.bor
|
|
/Makefile.cyg
|
|
/Makefile.vc
|
|
/Makefile.lcc
|
|
/MSVC
|
|
/*.log
|
|
/*.GID
|
|
/local
|
|
/Output
|
|
/pageant
|
|
/plink
|
|
/pscp
|
|
/psftp
|
|
/putty
|
|
/puttytel
|
|
/puttygen
|
|
/pterm
|
|
/fuzzterm
|
|
/testbn
|
|
/*.DSA
|
|
/*.RSA
|
|
/*.cnt
|
|
/*.hlp
|
|
/.bmake
|
|
/build.log
|
|
/build.out
|
|
/uxconfig.h
|
|
/empty.h
|
|
/config.status
|
|
/Makefile.am
|
|
/Makefile.in
|
|
/Makefile
|
|
/compile
|
|
/config.status
|
|
/configure
|
|
/stamp-h1
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache
|
|
/depcomp
|
|
/install-sh
|
|
/local
|
|
/missing
|
|
/uxconfig.in
|
|
/uxconfig.h
|
|
/licence.h
|
|
/*.a
|
|
/charset/sbcsdat.c
|
|
/contrib/cygtermd/cygtermd.exe
|
|
/doc/*.html
|
|
/doc/*.txt
|
|
/doc/*.cnt
|
|
/doc/*.hlp
|
|
/doc/*.gid
|
|
/doc/*.GID
|
|
/doc/*.chm
|
|
/doc/*.log
|
|
/doc/*.1
|
|
/doc/*.info
|
|
/doc/vstr.but
|
|
/doc/*.hhp
|
|
/doc/*.hhc
|
|
/doc/*.hhk
|
|
/doc/licence.but
|
|
/doc/copy.but
|
|
/icons/*.pam
|
|
/icons/*.png
|
|
/icons/*.ico
|
|
/icons/*.icns
|
|
/icons/*.xpm
|
|
/icons/*.c
|
|
/macosx/Makefile
|
|
/macosx/*.app
|
|
/macosx/puttygen
|
|
/macosx/plink
|
|
/macosx/psftp
|
|
/macosx/pscp
|
|
/testdata/bignum.txt
|
|
/unix/Makefile.gtk
|
|
/unix/Makefile.ux
|
|
/unix/Makefile.local
|
|
/unix/empty.h
|
|
/unix/plink
|
|
/unix/pterm
|
|
/unix/putty
|
|
/unix/puttytel
|
|
/unix/psftp
|
|
/unix/pscp
|
|
/unix/puttygen
|
|
/unix/stamp-h1
|
|
/unix/*.log
|
|
/unix/.deps
|
|
/windows/*.pdb
|
|
/windows/*.ilk
|
|
/windows/*.res
|
|
/windows/*.RES
|
|
/windows/*.pch
|
|
/windows/*.rsp
|
|
/windows/*.obj
|
|
/windows/*.exe
|
|
/windows/*.ncb
|
|
/windows/*.plg
|
|
/windows/*.dsw
|
|
/windows/*.opt
|
|
/windows/*.dsp
|
|
/windows/*.tds
|
|
/windows/*.td2
|
|
/windows/*.map
|
|
/windows/Makefile.bor
|
|
/windows/Makefile.cyg
|
|
/windows/Makefile.vc
|
|
/windows/Makefile.lcc
|
|
/windows/MSVC
|
|
/windows/DEVCPP
|
|
/windows/VS2010
|
|
/windows/VS2012
|
|
/windows/*.log
|
|
/windows/*.GID
|
|
/windows/local
|
|
/windows/Output
|
|
/windows/*.DSA
|
|
/windows/*.RSA
|
|
/windows/*.cnt
|
|
/windows/*.hlp
|
|
/windows/.bmake
|
|
/windows/*.sln
|
|
/windows/*.suo
|
|
/windows/*.msi
|
|
/windows/*.wixobj
|
|
/windows/*.wixpdb
|