- Assign a base address to ftfd.

svn path=/branches/cmake-bringup/; revision=50038
This commit is contained in:
Amine Khaldi 2010-12-16 15:03:13 +00:00
parent 4efeea1fb3
commit 1a282efb6f
2 changed files with 2 additions and 0 deletions

View file

@ -257,3 +257,4 @@ set(baseaddress_query 0x7d9a0000)
set(baseaddress_hhctrl 0x7e410000)
set(baseaddress_sxs 0x7e690000)
set(baseaddress_beepmidi 0x7ef00000)
set(baseaddress_ftfd 0x7f000000)

View file

@ -13,6 +13,7 @@ add_library(ftfd SHARED
set_entrypoint(ftfd FtfdEnableDriver@12)
set_subsystem(ftfd native)
set_image_base(ftfd ${baseaddress_ftfd})
target_link_libraries(ftfd
freetype