You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/templates/bmake.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ exeflags = Linker flags that are required to create an executable.
22
22
libflags = Flags that are required to create a static library.
23
23
link = The name of the tool used to create dynamic libraries and executables.
24
24
obj_ext = The extension given to object files.
25
+
pdbl = If this boolean template variable is set, the Linker Debugging property "Generate Program Database File" will be set according to the project target.
25
26
rc = The name of the resource compiler.
26
27
rcdir = The list of directories to be searched when locating resource files. This is determined by the BMakeProjectCreator.
27
28
startup_letter = The text used during the creation of the startup object file.
0 commit comments