reactos/rosapps/applications/devutils/bootvid_font_generator/CMakeLists.txt
Colin Finck 471c9fdae6 [BOOTVID]
Change the Blue Screen Font hardcoded into bootvid.dll to the Open Source "Anonymous Pro" font, which makes a nice 8x13 font.
Blue Screens now look like this: http://fs5.directupload.net/images/160106/ehv6245t.png

[BOOTVID_FONT_GENERATOR]
In case you find an even better font, you now have a nice little tool to test that font and generate the corresponding FontData array for bootvid.

svn path=/trunk/; revision=70507
2016-01-06 09:31:53 +00:00

5 lines
182 B
CMake

add_executable(bootvid_font_generator bootvid_font_generator.c)
set_module_type(bootvid_font_generator win32cui)
add_importlibs(bootvid_font_generator user32 gdi32 msvcrt kernel32)