WIN32 subsystem and the kernel deserve their own projects.

svn path=/trunk/; revision=56726
This commit is contained in:
Jérôme Gardou 2012-06-12 22:28:46 +00:00
parent cd7c0bf1da
commit 343744d08b
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,6 @@
PROJECT(NTOS)
spec2def(ntoskrnl.exe ntoskrnl.spec ADD_IMPORTLIB)
include_directories(

View file

@ -1,6 +1,9 @@
set(USE_DIBLIB FALSE)
# Give WIN32 subsystem its own project.
PROJECT(WIN32SS)
add_subdirectory(drivers)
if(USE_DIBLIB)