Author: akhaldi
Date: Sun Dec 1 15:12:01 2013
New Revision: 61179
URL:
http://svn.reactos.org/svn/reactos?rev=61179&view=rev
Log:
[VGAFONTS]
* Add a VGA Font for Codepage 857 (Turkish). By Erdem Ersoy.
CORE-7449 #resolve #comment Committed in r61179. Thanks.
Added:
trunk/reactos/media/vgafonts/857-8x8.bin (with props)
Modified:
trunk/reactos/media/vgafonts/CMakeLists.txt
Added: trunk/reactos/media/vgafonts/857-8x8.bin
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/vgafonts/857-8x8.bin…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/media/vgafonts/857-8x8.bin
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/media/vgafonts/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/vgafonts/CMakeLists.…
==============================================================================
--- trunk/reactos/media/vgafonts/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/media/vgafonts/CMakeLists.txt [iso-8859-1] Sun Dec 1 15:12:01 2013
@@ -5,12 +5,12 @@
${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)