mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[VGAFONTS]
* Add a VGA Font for Codepage 857 (Turkish). By Erdem Ersoy. CORE-7449 #resolve #comment Committed in r61179. Thanks. svn path=/trunk/; revision=61179
This commit is contained in:
Binary file not shown.
@@ -5,12 +5,12 @@ list(APPEND SOURCE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/775-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/850-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/852-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/857-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/862-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/865-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/865-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/866-8x8.bin
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/932-8x8.bin
|
||||
)
|
||||
|
||||
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab
|
||||
COMMAND native-cabman -M raw -S ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab ${SOURCE}
|
||||
DEPENDS ${SOURCE} native-cabman)
|
||||
|
||||
Reference in New Issue
Block a user