• R/O
  • SSH

libctools: Commit

This library contains code that extends and simplifies different operations
for C language based programs.


Commit MetaInfo

Revisión68e6508562a4678bdca324e0d5c321609dc12d21 (tree)
Tiempo2023-02-26 05:22:32
AutorSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Log Message

Attempt to make file_propery.rc.template portable across multiple libraries

Cambiar Resumen

Diferencia incremental

diff -r 29674bbe888d -r 68e6508562a4 CMakeLists.txt
--- a/CMakeLists.txt Sat Feb 25 23:13:13 2023 +0300
+++ b/CMakeLists.txt Sat Feb 25 23:22:32 2023 +0300
@@ -95,7 +95,7 @@
9595
9696 # windres.exe for mingw, rc.exe for ms vc++
9797 # 65001 == utf8
98- set(CMAKE_RC_FLAGS "-v -c 65001 -I${RC_INCLUDE} -Iinclude")
98+ set(CMAKE_RC_FLAGS "-v -c 65001 -I${RC_INCLUDE} -Iinclude\ctools")
9999 else()
100100 set(RC_FILES)
101101 endif()
diff -r 29674bbe888d -r 68e6508562a4 build_info/file_property.rc.template
--- a/build_info/file_property.rc.template Sat Feb 25 23:13:13 2023 +0300
+++ b/build_info/file_property.rc.template Sat Feb 25 23:22:32 2023 +0300
@@ -14,7 +14,7 @@
1414 #include "windows.h"
1515
1616 #include <ctools\predef\compiler.h>
17-#include <ctools\version_info.h>
17+#include <version_info.h>
1818
1919
2020 #define VER_COMMA(hi, lo, build) CT_NUMBERIZE(hi),CT_NUMBERIZE(lo),CT_NUMBERIZE(build),0 // Like 0,2,0,0
Show on old repository browser