diff options
Diffstat (limited to 'test cases/windows/12 resources with custom targets/res/myres.rc.in')
-rw-r--r-- | test cases/windows/12 resources with custom targets/res/myres.rc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/windows/12 resources with custom targets/res/myres.rc.in b/test cases/windows/12 resources with custom targets/res/myres.rc.in new file mode 100644 index 0000000..0cff642 --- /dev/null +++ b/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}" |