2011-05-16 13:12:07 +00:00
|
|
|
|
2014-02-08 18:13:52 +00:00
|
|
|
list(APPEND SOURCE
|
2011-05-16 13:12:07 +00:00
|
|
|
dialogs.c
|
|
|
|
dib.c
|
|
|
|
drawing.c
|
|
|
|
history.c
|
|
|
|
main.c
|
|
|
|
mouse.c
|
|
|
|
palette.c
|
|
|
|
registry.c
|
2014-02-11 11:48:15 +00:00
|
|
|
scrollbox.c
|
2011-05-16 13:12:07 +00:00
|
|
|
selection.c
|
|
|
|
sizebox.c
|
2014-02-10 20:49:15 +00:00
|
|
|
textedit.c
|
2011-05-16 13:12:07 +00:00
|
|
|
toolsettings.c
|
|
|
|
winproc.c
|
2014-02-08 18:13:52 +00:00
|
|
|
precomp.h)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2014-02-08 18:13:52 +00:00
|
|
|
add_executable(mspaint ${SOURCE} rsrc.rc)
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(mspaint win32gui UNICODE)
|
2011-05-16 13:29:58 +00:00
|
|
|
add_importlibs(mspaint comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
|
2014-02-08 18:13:52 +00:00
|
|
|
add_pch(mspaint precomp.h SOURCE)
|
2011-05-16 13:29:58 +00:00
|
|
|
add_cd_file(TARGET mspaint DESTINATION reactos/system32 FOR all)
|