This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | 041c7de0351445b1d79987e2d4f82fad47379554 (tree) |
---|---|
Tiempo | 2023-02-26 03:46:55 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Reverted adding of icon for dll. It doesn't make sense
@@ -21,8 +21,6 @@ | ||
21 | 21 | # define VER_ORIGINAL_FILE_NAME_STR CT_LIBRARY_NAME ".dll" |
22 | 22 | #endif |
23 | 23 | |
24 | -MAINICON ICON DISCARDABLE CT_ICON_PATH | |
25 | - | |
26 | 24 | // --------- resources of type Version ----------- |
27 | 25 | |
28 | 26 | 1 VERSIONINFO |
@@ -24,7 +24,5 @@ | ||
24 | 24 | #define {prefix}_BUILD_REVISION {rev} |
25 | 25 | #define {prefix}_INTERNAL_BUILD {is_internal} |
26 | 26 | |
27 | -#define {prefix}_ICON_PATH "resources/ctools.ico" | |
28 | - | |
29 | 27 | #define {prefix}_K_VERSION\ |
30 | 28 | CT_VER_STR_DOT({prefix}_MAJOR_VERSION, {prefix}_MINOR_VERSION, {prefix}_BUILD_REVISION) |