[BASESRV]: basesrv exports few APIs used in winsrv, so declare basesrv as IMPORTLIB.

svn path=/trunk/; revision=65685
This commit is contained in:
Hermès Bélusca-Maïto 2014-12-16 20:26:02 +00:00
parent a4333d20f7
commit 52ac8586cf
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
spec2def(basesrv.dll basesrv.spec)
spec2def(basesrv.dll basesrv.spec ADD_IMPORTLIB)
list(APPEND SOURCE
appcompat.c

View file

@ -1,6 +1,7 @@
include_directories(${REACTOS_SOURCE_DIR}/subsystems/win32/csrss/include)
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
spec2def(csrsrv.dll csrsrv.spec ADD_IMPORTLIB)
list(APPEND SOURCE