diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-13 15:26:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-13 15:26:40 (GMT) |
commit | 08d786a6086a31139edfbb40769dfebed3c9e7c3 (patch) | |
tree | 4147234d4af3cf2e57bcbd218f1adb3f7e0ddf8b /PC/icons.rc | |
parent | cc0def18685bab5b75e62d3c1780aa921b5f3396 (diff) | |
download | cpython-08d786a6086a31139edfbb40769dfebed3c9e7c3.zip cpython-08d786a6086a31139edfbb40769dfebed3c9e7c3.tar.gz cpython-08d786a6086a31139edfbb40769dfebed3c9e7c3.tar.bz2 |
Help compiling icons into an exe, for use with MSI advertisement.
Diffstat (limited to 'PC/icons.rc')
-rw-r--r-- | PC/icons.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/icons.rc b/PC/icons.rc new file mode 100644 index 0000000..d0b4410 --- /dev/null +++ b/PC/icons.rc @@ -0,0 +1,4 @@ +101 ICON "py.ico" +102 ICON "pyc.ico" +103 ICON "pycon.ico" + |