]> gitweb.factorcode.org Git - factor.git/blobdiff - factor.exe.manifest.in
nmake: Fix caching on Windows when compiling without a manifest.
[factor.git] / factor.exe.manifest.in
diff --git a/factor.exe.manifest.in b/factor.exe.manifest.in
new file mode 100644 (file)
index 0000000..42ade3e
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+  <assemblyIdentity type="win32"
+                    name="factor"
+                    version="0.9.8.0"
+  />
+  <application xmlns="urn:schemas-microsoft-com:asm.v3">
+    <windowsSettings>
+      <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
+    </windowsSettings>
+  </application>
+</assembly>