2012-08-29 21:07:55 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
about.c
|
|
|
|
adjust.c
|
|
|
|
brightness.c
|
|
|
|
contrast.c
|
|
|
|
custcombo.c
|
|
|
|
floatwindow.c
|
|
|
|
font.c
|
|
|
|
imagesoft.c
|
|
|
|
imgedwnd.c
|
|
|
|
mainwnd.c
|
|
|
|
misc.c
|
|
|
|
opensave.c
|
|
|
|
tooldock.c
|
2014-03-08 08:47:03 +00:00
|
|
|
precomp.h
|
|
|
|
)
|
2012-08-29 21:07:55 +00:00
|
|
|
|
2014-03-08 08:47:03 +00:00
|
|
|
add_executable(imagesoft ${SOURCE} imagesoft.rc)
|
2014-02-15 16:10:57 +00:00
|
|
|
add_pch(imagesoft precomp.h SOURCE)
|
2012-08-29 21:07:55 +00:00
|
|
|
set_module_type(imagesoft win32gui UNICODE)
|
|
|
|
add_importlibs(imagesoft gdi32 user32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32)
|
|
|
|
add_cd_file(TARGET imagesoft DESTINATION reactos/system32 FOR all)
|