[PIFMGR]: Add the PIF icon resource library.
By Jared Smudde, Lee Schroeder, Ercan Ersoy, manuel. Icons adapted from Tango Icon set and from public domain OpenClipArt (https://openclipart.org/share) Part 1/2 CORE-10253 svn path=/trunk/; revision=71613
|
@ -5,6 +5,7 @@ include(asm16.cmake)
|
|||
add_subdirectory(config)
|
||||
add_subdirectory(dos)
|
||||
add_subdirectory(ntvdm)
|
||||
add_subdirectory(pifmgr)
|
||||
if(ARCH STREQUAL "i386")
|
||||
add_subdirectory(samples)
|
||||
endif()
|
||||
|
|
6
reactos/subsystems/mvdm/pifmgr/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
file(GLOB pifmgr_rc_deps res/*.*)
|
||||
add_rc_deps(pifmgr.rc ${pifmgr_rc_deps})
|
||||
add_library(pifmgr SHARED pifmgr.rc)
|
||||
set_module_type(pifmgr win32dll UNICODE ENTRYPOINT 0)
|
||||
add_cd_file(TARGET pifmgr DESTINATION reactos/system32 FOR all)
|
38
reactos/subsystems/mvdm/pifmgr/README.txt
Normal file
|
@ -0,0 +1,38 @@
|
|||
|
||||
Most icons are from the Tango icon set. The other ones come from:
|
||||
|
||||
OpenClipArt license: https://openclipart.org/share
|
||||
|
||||
|
||||
DOS icon
|
||||
https://commons.wikimedia.org/wiki/File:Contrived_MS-DOS_logo.svg
|
||||
|
||||
Umbrella, based on
|
||||
https://openclipart.org/detail/226065/open-umbrella
|
||||
|
||||
Cube icon, based on
|
||||
https://openclipart.org/detail/168258/3d-cube-icon
|
||||
|
||||
Beach ball, based on
|
||||
https://openclipart.org/detail/172888/simple-beach-ball
|
||||
|
||||
Column
|
||||
https://openclipart.org/detail/25388/architetto-capitello-modanatura
|
||||
|
||||
Domino
|
||||
https://openclipart.org/detail/3525/domino-set-15
|
||||
|
||||
Race flag
|
||||
https://openclipart.org/detail/62779/wavy-checkered-flag
|
||||
|
||||
Semaphore, based on
|
||||
https://openclipart.org/detail/66427/traffic-semaphore-red-light
|
||||
https://openclipart.org/detail/66433/traffic-semaphore-yellow-light
|
||||
https://openclipart.org/detail/66421/traffic-semaphore-green-light
|
||||
|
||||
Crossed swords
|
||||
https://openclipart.org/detail/3058/crossed-swords
|
||||
|
||||
Shield and sword, based on
|
||||
Tango shield icon, and
|
||||
https://openclipart.org/detail/22432/toy-sword
|
50
reactos/subsystems/mvdm/pifmgr/pifmgr.rc
Normal file
|
@ -0,0 +1,50 @@
|
|||
#include <windef.h>
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS PIF Manager Icon Resource Library"
|
||||
#define REACTOS_STR_INTERNAL_NAME "pifmgr"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "pifmgr.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
/* Icons */
|
||||
1 ICON "res/01.ico"
|
||||
2 ICON "res/02.ico"
|
||||
3 ICON "res/03.ico"
|
||||
4 ICON "res/04.ico"
|
||||
5 ICON "res/00.ico"
|
||||
6 ICON "res/06.ico"
|
||||
7 ICON "res/00.ico"
|
||||
8 ICON "res/08.ico"
|
||||
9 ICON "res/09.ico"
|
||||
/* No icon 10 */
|
||||
11 ICON "res/11.ico"
|
||||
12 ICON "res/00.ico"
|
||||
13 ICON "res/13.ico"
|
||||
14 ICON "res/14.ico"
|
||||
15 ICON "res/15.ico"
|
||||
16 ICON "res/00.ico"
|
||||
17 ICON "res/00.ico"
|
||||
18 ICON "res/00.ico"
|
||||
19 ICON "res/00.ico"
|
||||
20 ICON "res/00.ico"
|
||||
21 ICON "res/00.ico"
|
||||
22 ICON "res/00.ico"
|
||||
23 ICON "res/00.ico"
|
||||
24 ICON "res/24.ico"
|
||||
25 ICON "res/25.ico"
|
||||
26 ICON "res/00.ico"
|
||||
27 ICON "res/00.ico"
|
||||
28 ICON "res/00.ico"
|
||||
29 ICON "res/29.ico"
|
||||
30 ICON "res/00.ico"
|
||||
31 ICON "res/00.ico"
|
||||
32 ICON "res/32.ico"
|
||||
33 ICON "res/33.ico"
|
||||
34 ICON "res/00.ico"
|
||||
35 ICON "res/00.ico"
|
||||
36 ICON "res/36.ico"
|
||||
37 ICON "res/37.ico"
|
||||
38 ICON "res/00.ico"
|
||||
39 ICON "res/00.ico"
|
BIN
reactos/subsystems/mvdm/pifmgr/res/00.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/01.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/02.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/03.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/04.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/06.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/08.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/09.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/11.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/13.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/14.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/15.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/24.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/25.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/29.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/32.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/33.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/36.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
reactos/subsystems/mvdm/pifmgr/res/37.ico
Normal file
After Width: | Height: | Size: 9.9 KiB |