mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMAKE]
* Fix cmake build on trunk. svn path=/trunk/; revision=51784
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user