[MYCOMPUT]

fix build

svn path=/trunk/; revision=67022
This commit is contained in:
Christoph von Wittich 2015-04-03 14:47:47 +00:00
parent f6fa1a2649
commit 712a030538

View file

@ -2,5 +2,7 @@
add_library(mycomput SHARED
mycomput.rc)
set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
set_module_type(mycomput win32dll UNICODE)
add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)