* Properly set the base address.

svn path=/trunk/; revision=55783
This commit is contained in:
Amine Khaldi 2012-02-21 18:00:08 +00:00
parent 021494660d
commit 216a2fef8c

View file

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