mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[CMAKE] Use modules instead of shared libraries
Follow-up to 23373acbb9
.
2 missed cases: apisets, lunar.msstyles.
4 new cases: w32time, netplwiz, msxml3r, mizu.msstyles.
This commit is contained in:
parent
cef6a5b691
commit
e133817811
6 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
spec2def(w32time.dll w32time.spec ADD_IMPORTLIB)
|
||||
|
||||
add_library(w32time SHARED
|
||||
add_library(w32time MODULE
|
||||
w32time.c
|
||||
ntpclient.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/w32time.def)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue