solvespace/res/win32
whitequark d1ddc6ee07 Win32: fix inclusion of manifest, to get back visual styles.
This commit fixes four issues:
  * Instead of WRITE,APPEND, resource.rc was generated using
    WRITE,WRITE, which erased #include <windows.h> and prevented
    any symbolic definitions (like RT_MANIFEST) from working.
    This silently included them using a string type instead,
    which did nothing.
  * WINVER is bumped to Win7, since that's what we target now.
  * Index of RT_MANIFEST is changed to 2, since that's what
    it has to be when ISOLATION_AWARE_ENABLED is defined.
  * Platform is not restricted to X86 in manifest, since there
    is no point in doing so.
2016-12-04 20:33:46 +00:00
..
icon.ico Win32: move resources to res/. 2016-05-18 11:24:23 +00:00
manifest.xml Win32: fix inclusion of manifest, to get back visual styles. 2016-12-04 20:33:46 +00:00
versioninfo.rc.in Cocoa, Win32: embed version info into distributable application. 2016-06-03 00:07:30 +00:00