Don't include resources twice in findstr, remove rbuild file

svn path=/branches/cmake-bringup/; revision=50489
This commit is contained in:
Timo Kreuzer
2011-01-25 17:00:43 +00:00
parent f4dd5fd0c6
commit 14bde089ab
2 changed files with 1 additions and 10 deletions
+1 -2
View File
@@ -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)
-8
View File
@@ -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>