Author: bfreisen Date: Mon Aug 17 14:47:51 2015 New Revision: 68741
URL: http://svn.reactos.org/svn/reactos?rev=68741&view=rev Log: [MSPAINT] May thou rest in peace! (...or rather live on in MSPAINT_NEW's commit history) [MSPAINT_NEW] I hereby pronounce thee MSPAINT!
Removed: trunk/reactos/base/applications/mspaint/ Modified: trunk/reactos/base/applications/CMakeLists.txt trunk/reactos/base/applications/mspaint_new/CMakeLists.txt
Modified: trunk/reactos/base/applications/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/CMakeList... ============================================================================== --- trunk/reactos/base/applications/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/base/applications/CMakeLists.txt [iso-8859-1] Mon Aug 17 14:47:51 2015 @@ -19,7 +19,6 @@ add_subdirectory(mplay32) add_subdirectory(msconfig) add_subdirectory(mscutils) -add_subdirectory(mspaint) add_subdirectory(mspaint_new) add_subdirectory(mstsc) add_subdirectory(network)
Modified: trunk/reactos/base/applications/mspaint_new/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mspaint_n... ============================================================================== --- trunk/reactos/base/applications/mspaint_new/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/base/applications/mspaint_new/CMakeLists.txt [iso-8859-1] Mon Aug 17 14:47:51 2015 @@ -1,4 +1,4 @@ -project(MSPAINT_NEW) +project(MSPAINT)
set_cpp(WITH_RUNTIME)
@@ -28,11 +28,11 @@ winproc.cpp precomp.h)
-file(GLOB mspaint_new_rc_deps icons/*.*) -add_rc_deps(rsrc.rc ${mspaint_new_rc_deps}) -add_executable(mspaint_new ${SOURCE} rsrc.rc) -set_module_type(mspaint_new win32gui UNICODE) -target_link_libraries(mspaint_new atlnew) -add_importlibs(mspaint_new hhctrl comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32) -add_pch(mspaint_new precomp.h SOURCE) -add_cd_file(TARGET mspaint_new DESTINATION reactos/system32 FOR all) +file(GLOB mspaint_rc_deps icons/*.*) +add_rc_deps(rsrc.rc ${mspaint_rc_deps}) +add_executable(mspaint ${SOURCE} rsrc.rc) +set_module_type(mspaint win32gui UNICODE) +target_link_libraries(mspaint atlnew) +add_importlibs(mspaint hhctrl comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32) +add_pch(mspaint precomp.h SOURCE) +add_cd_file(TARGET mspaint DESTINATION reactos/system32 FOR all)