mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
Don't include resources twice in findstr, remove rbuild file svn path=/branches/cmake-bringup/; revision=50489
This commit is contained in:
@@ -3,8 +3,7 @@ add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
add_executable(findstr
|
||||
findstr.c
|
||||
findstr.rc
|
||||
rsrc.rc)
|
||||
findstr.rc)
|
||||
|
||||
set_module_type(findstr win32cui)
|
||||
add_importlibs(findstr user32 msvcrt kernel32)
|
||||
|
||||
@@ -1,8 +0,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>
|
||||
Reference in New Issue
Block a user