- Remove unneeded dependency.
- Remove rbuild file.

svn path=/branches/cmake-bringup/; revision=48834
This commit is contained in:
Amine Khaldi 2010-09-20 19:46:05 +00:00
parent e4d6536049
commit 80c36d8bb3
2 changed files with 0 additions and 10 deletions

View file

@ -1,4 +1,2 @@
add_library(cportlib cport.c)
add_dependencies(cmlib bugcodes)

View file

@ -1,8 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<group>
<module name="cportlib" type="staticlibrary">
<include base="cportlib">.</include>
<file>cport.c</file>
</module>
</group>