X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fcpl%2Fjoy%2FCMakeLists.txt;h=3377dcde1e655998a6faf8205c7b175a389113b6;hp=27c98ed4f4e75d5eb0fefba75dd27b5356160a0b;hb=91f3191275d4f7a56ea26402dcab162cffe7b3f8;hpb=e8b4cecff1a206e4d19d58b3e4056eb7e5b07402;ds=sidebyside diff --git a/dll/cpl/joy/CMakeLists.txt b/dll/cpl/joy/CMakeLists.txt index 27c98ed4f4e..3377dcde1e6 100644 --- a/dll/cpl/joy/CMakeLists.txt +++ b/dll/cpl/joy/CMakeLists.txt @@ -1,5 +1,6 @@ set_unicode() +set_rc_compiler() spec2def(joy.cpl joy.spec) @@ -18,4 +19,4 @@ add_importlibs(joy kernel32 ntdll) -add_cab_target(joy 1) +add_cd_file(TARGET joy DESTINATION reactos/system32 FOR all)