- Separate the resources creation into several targets. With this we're able to set proper dependencies on them selectively, and not as a whole.
- Make chew and csq, as a result, depend only on bugcodes.

svn path=/branches/cmake-bringup/; revision=48297
This commit is contained in:
Amine Khaldi 2010-07-27 01:36:55 +00:00
parent 401329a84b
commit 1e82e45439
3 changed files with 63 additions and 19 deletions

View file

@ -1,4 +1,4 @@
add_definitions(-D_NTOSKRNL_)
add_library(chew workqueue.c)
add_dependencies(chew build_resources)
add_dependencies(chew bugcodes)