Skip to content

Commit 62a9e6b

Browse files
authored
Update bmake.txt
1 parent fdeaaf5 commit 62a9e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templates/bmake.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ common_flags = Compiler flags that are common to all configurations.
1313
common_libs = Libraries that are common to all configurations.
1414
compilers = The list of possible compilers.
1515
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.
1617
debug_macros = Macros that are only set for debug builds.
1718
debug_prj = Indicates that the current template configuration is debug. This is different than negating the 'optimize' template variable.
1819
defines = Macros that are specific to a particular configuration.
@@ -21,7 +22,6 @@ exeflags = Linker flags that are required to create an executable.
2122
libflags = Flags that are required to create a static library.
2223
link = The name of the tool used to create dynamic libraries and executables.
2324
obj_ext = The extension given to object files.
24-
debug_ext = The extension given to the debug symbols
2525
rc = The name of the resource compiler.
2626
rcdir = The list of directories to be searched when locating resource files. This is determined by the BMakeProjectCreator.
2727
startup_letter = The text used during the creation of the startup object file.

0 commit comments

Comments
 (0)