- This is a C++ module

svn path=/trunk/; revision=58650
This commit is contained in:
Jérôme Gardou 2013-04-02 20:04:31 +00:00
parent f4edf37b57
commit 77d15c3811

View file

@ -1,4 +1,6 @@
set_cpp()
add_library(cmicpl SHARED
cmicpl.cpp
cmicpl.rc
@ -10,6 +12,6 @@ add_importlibs(cmicpl
shell32
msvcrt
kernel32
ntdll)
)
add_cd_file(TARGET cmicpl DESTINATION reactos/system32/drivers FOR all)