Author: tkreuzer Date: Tue Jan 25 17:00:43 2011 New Revision: 50489
URL: http://svn.reactos.org/svn/reactos?rev=50489&view=rev Log: [CMAKE] Don't include resources twice in findstr, remove rbuild file
Removed: branches/cmake-bringup/base/applications/findstr/findstr.rbuild Modified: branches/cmake-bringup/base/applications/findstr/CMakeLists.txt
Modified: branches/cmake-bringup/base/applications/findstr/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications/... ============================================================================== --- branches/cmake-bringup/base/applications/findstr/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/base/applications/findstr/CMakeLists.txt [iso-8859-1] Tue Jan 25 17:00:43 2011 @@ -3,8 +3,7 @@
add_executable(findstr findstr.c - findstr.rc - rsrc.rc) + findstr.rc)
set_module_type(findstr win32cui) add_importlibs(findstr user32 msvcrt kernel32)
Removed: branches/cmake-bringup/base/applications/findstr/findstr.rbuild URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications/... ============================================================================== --- branches/cmake-bringup/base/applications/findstr/findstr.rbuild [iso-8859-1] (original) +++ branches/cmake-bringup/base/applications/findstr/findstr.rbuild (removed) @@ -1,8 +1,0 @@ -<?xml version="1.0"?> -<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd"> -<module name="findstr" type="win32cui" installbase="system32" installname="findstr.exe"> - <library>user32</library> - <file>findstr.c</file> - <file>findstr.rc</file> - <file>rsrc.rc</file> -</module>