diff options
author | Brian Curtin <brian@python.org> | 2012-06-20 20:36:14 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-06-20 20:36:14 (GMT) |
commit | 07165f73c4a93540df1c0af46e49e68935bf3e33 (patch) | |
tree | 7038d61695aee5b57a013dd766762b27badce7e6 /PC/pylauncher.rc | |
parent | 42c9b04278205ce0a7d3a91a552d60d7d1eb6d86 (diff) | |
download | cpython-07165f73c4a93540df1c0af46e49e68935bf3e33.zip cpython-07165f73c4a93540df1c0af46e49e68935bf3e33.tar.gz cpython-07165f73c4a93540df1c0af46e49e68935bf3e33.tar.bz2 |
Add launcher source and resources
Diffstat (limited to 'PC/pylauncher.rc')
-rw-r--r-- | PC/pylauncher.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/pylauncher.rc b/PC/pylauncher.rc new file mode 100644 index 0000000..fadc5df --- /dev/null +++ b/PC/pylauncher.rc @@ -0,0 +1,3 @@ +IDI_ICON1 ICON "launcher.ico" +IDI_ICON2 ICON "py.ico" +IDI_ICON3 ICON "pyc.ico"
\ No newline at end of file |