File tree 1 file changed +1
-1
lines changed
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.
13
13
common_libs = Libraries that are common to all configurations.
14
14
compilers = The list of possible compilers.
15
15
cppdir = 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.
16
17
debug_macros = Macros that are only set for debug builds.
17
18
debug_prj = Indicates that the current template configuration is debug. This is different than negating the 'optimize' template variable.
18
19
defines = Macros that are specific to a particular configuration.
@@ -21,7 +22,6 @@ exeflags = Linker flags that are required to create an executable.
21
22
libflags = Flags that are required to create a static library.
22
23
link = The name of the tool used to create dynamic libraries and executables.
23
24
obj_ext = The extension given to object files.
24
- debug_ext = The extension given to the debug symbols
25
25
rc = The name of the resource compiler.
26
26
rcdir = The list of directories to be searched when locating resource files. This is determined by the BMakeProjectCreator.
27
27
startup_letter = The text used during the creation of the startup object file.
You can’t perform that action at this time.
0 commit comments