Skip to content

Commit

Permalink
Merge pull request #5135 from xmake-io/rc2
Browse files Browse the repository at this point in the history
add rc2
  • Loading branch information
waruqi committed May 23, 2024
2 parents e7c9702 + 5888ac1 commit c31fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/languages/msrc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

language("msrc")
add_rules("win.sdk.resource")
set_sourcekinds {mrc = ".rc"}
set_sourcekinds {mrc = {".rc", ".rc2"}}
set_sourceflags {mrc = "mrcflags"}
set_langkinds {msrc = "mrc"}
set_mixingkinds("mrc")
Expand Down

0 comments on commit c31fa8f

Please sign in to comment.