Changeset View
Changeset View
Standalone View
Standalone View
release/windows/icons/winblender.rc
| #define BLENDERFILE 1 | #define BLENDERFILE 1 | ||||
| #define IDR_VERSION1 1 | #define IDR_VERSION1 1 | ||||
| #ifdef WINDRES | #ifdef WINDRES | ||||
| #include "winresrc.h" | #include "winresrc.h" | ||||
| #define IDC_STATIC (-1) | #define IDC_STATIC (-1) | ||||
| #define STRINGIFY_(x) #x | #define STRINGIFY_(x) #x | ||||
| #define STRINGIFY(x) STRINGIFY_(x) | #define STRINGIFY(x) STRINGIFY_(x) | ||||
| #define BLEN_VER_RC_STR STRINGIFY(BLEN_VER_RC_STR_M) | #define BLEN_VER_RC_STR STRINGIFY(BLEN_VER_RC_STR_M) | ||||
| 1 RT_MANIFEST "blender.exe.manifest" | |||||
| #endif | #endif | ||||
| APPICON ICON DISCARDABLE "winblender.ico" | APPICON ICON DISCARDABLE "winblender.ico" | ||||
| BLENDERFILE ICON DISCARDABLE "winblenderfile.ico" | BLENDERFILE ICON DISCARDABLE "winblenderfile.ico" | ||||
| pointer_cursor CURSOR "cursors/pointer.cur" | pointer_cursor CURSOR "cursors/pointer.cur" | ||||
| moveew_cursor CURSOR "cursors/moveew.cur" | moveew_cursor CURSOR "cursors/moveew.cur" | ||||
| movens_cursor CURSOR "cursors/movens.cur" | movens_cursor CURSOR "cursors/movens.cur" | ||||
| ▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines | |||||