X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=msc.cmake;h=6df347348d4340e33e41cfacf12912ed043d8003;hp=cc7565cbf7f0bd8525d0af75ddbec0d9f8d65563;hb=c0c597d9c66fd079ea9cd2b855437afb5cc27abc;hpb=3b92867c2a694a8b20d8b1769cfc7d12c3e3da86;ds=sidebyside diff --git a/msc.cmake b/msc.cmake index cc7565cbf7f..6df347348d4 100644 --- a/msc.cmake +++ b/msc.cmake @@ -62,3 +62,6 @@ endif() set(CMAKE_C_FLAGS_DEBUG_INIT "/D_DEBUG /MDd /Zi /Ob0 /Od") SET(CMAKE_CXX_FLAGS_DEBUG_INIT "/D_DEBUG /MDd /Zi /Ob0 /Od") +macro(set_rc_compiler) +# dummy, this workaround is only needed in mingw due to lack of RC support in cmake +endmacro() \ No newline at end of file