mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CMAKE]
* Fix cmake build on trunk. svn path=/trunk/; revision=51784
This commit is contained in:
parent
fae2044a23
commit
c206491846
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
set_unicode()
|
||||
|
||||
add_executable(paint
|
||||
add_executable(mspaint
|
||||
dialogs.c
|
||||
dib.c
|
||||
drawing.c
|
||||
|
@ -16,6 +16,6 @@ add_executable(paint
|
|||
winproc.c
|
||||
rsrc.rc)
|
||||
|
||||
set_module_type(paint win32gui)
|
||||
add_importlibs(paint comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
|
||||
add_cab_target(paint 1)
|
||||
set_module_type(mspaint win32gui)
|
||||
add_importlibs(mspaint comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
|
||||
add_cd_file(TARGET mspaint DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue