2012-08-29 18:06:24 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
aboutdlg.c
|
|
|
|
editglyphdlg.c
|
|
|
|
fontboxeswnd.c
|
|
|
|
fontwnd.c
|
|
|
|
main.c
|
|
|
|
mainwnd.c
|
|
|
|
misc.c
|
|
|
|
opensave.c
|
2014-03-08 08:47:03 +00:00
|
|
|
precomp.h)
|
2012-08-29 18:06:24 +00:00
|
|
|
|
2014-03-08 08:47:03 +00:00
|
|
|
add_executable(vgafontedit ${SOURCE} vgafontedit.rc)
|
2014-02-15 16:10:57 +00:00
|
|
|
add_pch(vgafontedit precomp.h SOURCE)
|
2012-08-29 18:06:24 +00:00
|
|
|
set_module_type(vgafontedit win32gui UNICODE)
|
2018-12-19 12:08:25 +00:00
|
|
|
add_importlibs(vgafontedit shell32 user32 gdi32 comdlg32 msvcrt kernel32)
|
2012-08-29 18:06:24 +00:00
|
|
|
add_cd_file(TARGET vgafontedit DESTINATION reactos/system32 FOR all)
|