File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ common_flags = Compiler flags that are common to all configurations.
1313common_libs = Libraries that are common to all configurations.
1414compilers = The list of possible compilers.
1515cppdir = The list of directories to be searched when locating C++ files. This is determined by the BMakeProjectCreator.
16+ debug_ext = The extension given to the file with the debug symbols.
1617debug_macros = Macros that are only set for debug builds.
1718debug_prj = Indicates that the current template configuration is debug. This is different than negating the 'optimize' template variable.
1819defines = Macros that are specific to a particular configuration.
@@ -21,7 +22,6 @@ exeflags = Linker flags that are required to create an executable.
2122libflags = Flags that are required to create a static library.
2223link = The name of the tool used to create dynamic libraries and executables.
2324obj_ext = The extension given to object files.
24- debug_ext = The extension given to the debug symbols
2525rc = The name of the resource compiler.
2626rcdir = The list of directories to be searched when locating resource files. This is determined by the BMakeProjectCreator.
2727startup_letter = The text used during the creation of the startup object file.
You can’t perform that action at this time.
0 commit comments