Skip to content

Commit

Permalink
Round 3. Actually use the compiled resource....
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria committed Aug 28, 2024
1 parent b3e87c0 commit 17ee18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ graalvmNative {
buildArgs.addAll(
"-H:NativeLinkerOption=/SUBSYSTEM:WINDOWS",
"-H:NativeLinkerOption=/ENTRY:mainCRTStartup",
"-H:NativeLinkerOption='${projectDir}\\src\\main\\windows\\dmm.rc'",
"-H:NativeLinkerOption='${projectDir}\\src\\main\\windows\\dmm.res'",
)
}
}
Expand Down

0 comments on commit 17ee18c

Please sign in to comment.