- Generalize CMAKE_C_LINK_EXECUTABLE and CMAKE_EXE_LINKER_FLAGS, and use additional flags per module.
- Fix usetup: make it depend on psdk and buildno_header, and also fix the entry point (_NtProcessStartup -> _NtProcessStartup@4)
- Make ext2lib depend on psdk.

svn path=/branches/cmake-bringup/; revision=48802
This commit is contained in:
Amine Khaldi 2010-09-18 12:14:03 +00:00
parent 6730fe41ce
commit 13dc8a4761
5 changed files with 10 additions and 11 deletions

View file

@ -1,4 +1,4 @@
include_directories(.)
file(GLOB_RECURSE SOURCE "*.c")
add_library(ext2lib ${SOURCE})
add_dependencies(ext2lib psdk)