[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 13 Aug 2010 14:56:34 +0000 (14:56 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 13 Aug 2010 14:56:34 +0000 (14:56 +0000)
commitf31530ec6b58a9a3a58cf60ca420899ffb9daf5e
treea8ba7fc7b1da38a06c267bcb95a903f94f2cd6b7
parentaf612f3786a60ede78a4cf0708f9bcb820b48d48
[CMAKE]
- Add an MSVC compatible definition file.
- Temporarily add the kernel32 import library (until RosBE ships with one).
- Group kernel32 wine stubs into kernel32_stubs.c
- Add kernel32 to build.

svn path=/branches/cmake-bringup/; revision=48531
dll/CMakeLists.txt
dll/win32/CMakeLists.txt [new file with mode: 0644]
dll/win32/kernel32/CMakeLists.txt [new file with mode: 0644]
dll/win32/kernel32/kernel32.def [new file with mode: 0644]
dll/win32/kernel32/kernel32_stubs.c [new file with mode: 0644]
dll/win32/kernel32/libkernel32.a [new file with mode: 0644]