diff options
Diffstat (limited to 'meson/test cases/windows/12 resources with custom targets/res/myres.rc.in')
-rw-r--r-- | meson/test cases/windows/12 resources with custom targets/res/myres.rc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson/test cases/windows/12 resources with custom targets/res/myres.rc.in b/meson/test cases/windows/12 resources with custom targets/res/myres.rc.in new file mode 100644 index 000000000..0cff642ba --- /dev/null +++ b/meson/test cases/windows/12 resources with custom targets/res/myres.rc.in @@ -0,0 +1,4 @@ +#include<windows.h> +#include<resource.h> + +1 ICON "{icon}" |