diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-05-12 21:52:55 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-05-12 21:52:55 +0000 |
| commit | b83d1944463950ab27b4eff6bd746e91bca32fff (patch) | |
| tree | a1decdc47e9b557749f8de8ce18e7f04a9ac6d93 /src | |
| parent | add Windows resource files for x64 builds (diff) | |
| download | inkscape-b83d1944463950ab27b4eff6bd746e91bca32fff.tar.gz inkscape-b83d1944463950ab27b4eff6bd746e91bca32fff.zip | |
add x64 Windows resource file
(bzr r13367)
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkview-manifest-x64.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inkview-manifest-x64.xml b/src/inkview-manifest-x64.xml new file mode 100644 index 000000000..ec8ef44d8 --- /dev/null +++ b/src/inkview-manifest-x64.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> +<dependency> +<dependentAssembly> +<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" processorArchitecture="ia64" + publicKeyToken="6595b64144ccf1df" language="*"/> +</dependentAssembly> +</dependency> +</assembly>
\ No newline at end of file |
