diff options
Diffstat (limited to 'meson/test cases/windows/12 resources with custom targets/res/myres_static.rc')
-rw-r--r-- | meson/test cases/windows/12 resources with custom targets/res/myres_static.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson/test cases/windows/12 resources with custom targets/res/myres_static.rc b/meson/test cases/windows/12 resources with custom targets/res/myres_static.rc new file mode 100644 index 000000000..12838aee2 --- /dev/null +++ b/meson/test cases/windows/12 resources with custom targets/res/myres_static.rc @@ -0,0 +1,3 @@ +#include<windows.h> + +1 ICON "sample.ico" |