solvespace/res
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
..
cocoa OS X: move resources to res/. 2016-05-18 11:24:23 +00:00
fonts Fix glyph for U+0454 є in vector font. 2016-05-20 21:42:49 +00:00
freedesktop Freedesktop: don't hardcode binary path in .desktop file. 2016-06-23 11:25:57 +00:00
icons Make "Show/hide hidden lines" a tri-state button instead. 2016-08-13 09:44:08 +00:00
shaders Add OpenGL 2 support on Windows using ANGLE. 2016-11-18 11:38:45 +00:00
threejs Three.js: allow to configure projRight/projUp. 2016-06-11 23:13:59 +00:00
win32 Win32: fix inclusion of manifest, to get back visual styles. 2016-12-04 20:33:46 +00:00
CMakeLists.txt Win32: fix inclusion of manifest, to get back visual styles. 2016-12-04 20:33:46 +00:00
banner.txt Implement a resource system. 2016-05-18 11:24:23 +00:00