Author: akhaldi
Date: Thu Dec 16 15:03:13 2010
New Revision: 50038
URL:
http://svn.reactos.org/svn/reactos?rev=50038&view=rev
Log:
[CMAKE]
- Assign a base address to ftfd.
Modified:
branches/cmake-bringup/baseaddress.cmake
branches/cmake-bringup/drivers/video/font/ftfd/CMakeLists.txt
Modified: branches/cmake-bringup/baseaddress.cmake
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/baseaddress.cmake…
==============================================================================
--- branches/cmake-bringup/baseaddress.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/baseaddress.cmake [iso-8859-1] Thu Dec 16 15:03:13 2010
@@ -257,3 +257,4 @@
set(baseaddress_hhctrl 0x7e410000)
set(baseaddress_sxs 0x7e690000)
set(baseaddress_beepmidi 0x7ef00000)
+set(baseaddress_ftfd 0x7f000000)
Modified: branches/cmake-bringup/drivers/video/font/ftfd/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/drivers/video/fon…
==============================================================================
--- branches/cmake-bringup/drivers/video/font/ftfd/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/drivers/video/font/ftfd/CMakeLists.txt [iso-8859-1] Thu Dec 16
15:03:13 2010
@@ -13,6 +13,7 @@
set_entrypoint(ftfd FtfdEnableDriver@12)
set_subsystem(ftfd native)
+set_image_base(ftfd ${baseaddress_ftfd})
target_link_libraries(ftfd
freetype